Html Css Color HEX #AEA2DF Biloba Flower

📋 copy color: '#AEA2DF'

red 174 ◦ green 162 ◦ blue 223

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

Shades of Biloba Flower #AEA2DF

Tints of Biloba Flower #AEA2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 31.13%
G = 28.98%
B = 39.89%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEA2DF (or 0xAEA2DF) is known color: Biloba Flower. HEX triplet: AE, A2 and DF. RGB value is (174,162,223). Sum of RGB (Red+Green+Blue) = 174+162+223=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEA2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2DF is #515D20. Grayscale: #ACACAC. Windows color (decimal): -5332257 or 14656174. OLE color: 14656174.

HSL color Cylindrical-coordinate representation of color #AEA2DF: hue angle of 251.8º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEA2DF is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 162 223 -
CMYK 0.22 0.27 0 0.13
HSL 251.8º 0.49% 0.75% -
HSV(B) 251.8º 0.27% 0.87% -
XYZ 43.7 40.17 75.26 -
YUV 172.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 174 162 223 0.22 0.27 0 0.13 251.8 0.49 0.75
Hex AE A2 DF 16 1B 0 D FC 31 4B
Octal 256 242 337 26 33 0 15 374 61 113
Binary 10101110 10100010 11011111 10110 11011 0 1101 11111100 110001 1001011

Color Harmonies of #AEA2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA2DF

Black with #AEA2DF

Text Example


Text Example

White with #AEA2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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