#AEA0CD

Color #AEA0CD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AEA0CD

Tints of Biloba Flower #AEA0CD

Color information

#AEA0CD (or 0xAEA0CD) is unknown color: approx Biloba Flower. HEX triplet: AE, A0 and CD. RGB value is (174,160,205). Sum of RGB (Red+Green+Blue) = 174+160+205=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEA0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0CD is #515F32. Grayscale: #A9A9A9. Windows color (decimal): -5332787 or 13476014. OLE color: 13476014.

HSL color Cylindrical-coordinate representation of color #AEA0CD: hue angle of 258.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEA0CD is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174160205-
CMYK0.150.2200.20
HSL258.67º31.03%71.57%-
HSV(B)258.67º21.95%80.39%-
XYZ41.0538.5563.03-
YUV169.32148.14131.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=32.28%
G=29.68%
B=38.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741602050.150.2200.20258.6731.0371.57
HexAEA0CDF160141031f48
Octal256240315172602440337110
Binary101011101010000011001101111110110010100100000011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0CD; }

 p { color: rgb(174,160,205); }

 H1.HeaderClassName
 {
   color: #AEA0CD;
 }
 .AnyTagClassName
 {
   color: #AEA0CD;
 }
</style>
background-color css

<style>
 a { background-color: #AEA0CD; }

 a { background-color: rgb(174,160,205); }

 div.DivClassName
 {
   background-color: #AEA0CD;
 }
 .BgClassName
 {
   background-color: #AEA0CD;
 }
</style>
border-color css

<style>
 span { border-color: #AEA0CD; }

 span { border-color: rgb(174,160,205); }

 td.TdClassName
 {
   border-color: #AEA0CD;
 }
 .TagClassName
 {
   border-color: #AEA0CD;
 }
</style>