#AEA5CD

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

Shades of Biloba Flower #AEA5CD

Tints of Biloba Flower #AEA5CD

Color information

#AEA5CD (or 0xAEA5CD) is unknown color: approx Biloba Flower. HEX triplet: AE, A5 and CD. RGB value is (174,165,205). Sum of RGB (Red+Green+Blue) = 174+165+205=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEA5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5CD is #515A32. Grayscale: #ACACAC. Windows color (decimal): -5331507 or 13477294. OLE color: 13477294.

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

Color convert

RGB174165205-
CMYK0.150.2000.20
HSL253.5º28.57%72.55%-
HSV(B)253.5º19.51%80.39%-
XYZ41.9340.3263.33-
YUV172.25146.48129.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=31.99%
G=30.33%
B=37.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741652050.150.2000.20253.528.5772.55
HexAEA5CDF14014fe1d49
Octal256245315172402437635111
Binary10101110101001011100110111111010001010011111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5CD; }

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

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

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

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

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

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

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

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