Html Css Color HEX #AEA2CE Biloba Flower

📋 copy color: '#AEA2CE'

red 174 ◦ green 162 ◦ blue 206

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

Shades of Biloba Flower #AEA2CE

Tints of Biloba Flower #AEA2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 32.1%
G = 29.89%
B = 38.01%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEA2CE (or 0xAEA2CE) is known color: Biloba Flower. HEX triplet: AE, A2 and CE. RGB value is (174,162,206). Sum of RGB (Red+Green+Blue) = 174+162+206=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2CE is #515D31. Grayscale: #AAAAAA. Windows color (decimal): -5332274 or 13542062. OLE color: 13542062.

HSL color Cylindrical-coordinate representation of color #AEA2CE: hue angle of 256.36º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEA2CE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 162 206 -
CMYK 0.16 0.21 0 0.19
HSL 256.36º 0.31% 0.72% -
HSV(B) 256.36º 0.21% 0.81% -
XYZ 41.52 39.3 63.79 -
YUV 170.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 174 162 206 0.16 0.21 0 0.19 256.36 0.31 0.72
Hex AE A2 CE 10 15 0 13 100 1F 48
Octal 256 242 316 20 25 0 23 400 37 110
Binary 10101110 10100010 11001110 10000 10101 0 10011 100000000 11111 1001000

Color Harmonies of #AEA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA2CE

Black with #AEA2CE

Text Example


Text Example

White with #AEA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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