#AEA4CD

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

Shades of Biloba Flower #AEA4CD

Tints of Biloba Flower #AEA4CD

Color information

#AEA4CD (or 0xAEA4CD) is unknown color: approx Biloba Flower. HEX triplet: AE, A4 and CD. RGB value is (174,164,205). Sum of RGB (Red+Green+Blue) = 174+164+205=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEA4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA4CD is #515B32. Grayscale: #ABABAB. Windows color (decimal): -5331763 or 13477038. OLE color: 13477038.

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

Color convert

RGB174164205-
CMYK0.150.200.20
HSL254.63º29.08%72.35%-
HSV(B)254.63º20%80.39%-
XYZ41.7539.9663.27-
YUV171.66146.81129.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 164 (64.45% from 255) = 30.20%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=32.04%
G=30.20%
B=37.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741642050.150.200.20254.6329.0872.35
HexAEA4CDF14014ff1d48
Octal256244315172402437735110
Binary10101110101001001100110111111010001010011111111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA4CD; }

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

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

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

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

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

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

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

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