Html Css Color HEX #AEA2C9 Biloba Flower

📋 copy color: '#AEA2C9'

red 174 ◦ green 162 ◦ blue 201

#AEA2C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AEA2C9

Tints of Biloba Flower #AEA2C9

RGB

 RED value IS 174 (68.36% from 255) = 32.4%

 GREEN value IS 162 (63.67% from 255) = 30.17%

 BLUE value IS 201 (78.91% from 255) = 37.43%

R = 32.4%
G = 30.17%
B = 37.43%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AEA2C9 (or 0xAEA2C9) is known color: Biloba Flower. HEX triplet: AE, A2 and C9. RGB value is (174,162,201). Sum of RGB (Red+Green+Blue) = 174+162+201=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEA2C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2C9 is #515D36. Grayscale: #A9A9A9. Windows color (decimal): -5332279 or 13214382. OLE color: 13214382.

HSL color Cylindrical-coordinate representation of color #AEA2C9: hue angle of 258.46º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEA2C9 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 162 201 -
CMYK 0.13 0.19 0 0.21
HSL 258.46º 0.27% 0.71% -
HSV(B) 258.46º 0.19% 0.79% -
XYZ 40.92 39.06 60.64 -
YUV 170.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 174 162 201 0.13 0.19 0 0.21 258.46 0.27 0.71
Hex AE A2 C9 D 13 0 15 102 1B 47
Octal 256 242 311 15 23 0 25 402 33 107
Binary 10101110 10100010 11001001 1101 10011 0 10101 100000010 11011 1000111

Color Harmonies of #AEA2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA2C9

Black with #AEA2C9

Text Example


Text Example

White with #AEA2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA2C9; }

 p { color: rgb(174,162,201); }

 H1.HeaderClassName
 {
   color: #AEA2C9;
 }
 .AnyTagClassName
 {
   color: #AEA2C9;
 }
</style>

background-color css

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

 a { background-color: rgb(174,162,201); }

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

border-color css

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

 span { border-color: rgb(174,162,201); }

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