Html Css Color HEX #AEA2EC Biloba Flower

📋 copy color: '#AEA2EC'

red 174 ◦ green 162 ◦ blue 236

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

Shades of Biloba Flower #AEA2EC

Tints of Biloba Flower #AEA2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 30.42%
G = 28.32%
B = 41.26%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEA2EC (or 0xAEA2EC) is known color: Biloba Flower. HEX triplet: AE, A2 and EC. RGB value is (174,162,236). Sum of RGB (Red+Green+Blue) = 174+162+236=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEA2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA2EC is #515D13. Grayscale: #ADADAD. Windows color (decimal): -5332244 or 15508142. OLE color: 15508142.

HSL color Cylindrical-coordinate representation of color #AEA2EC: hue angle of 249.73º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEA2EC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 162 236 -
CMYK 0.26 0.31 0 0.07
HSL 249.73º 0.66% 0.78% -
HSV(B) 249.73º 0.31% 0.93% -
XYZ 45.52 40.9 84.85 -
YUV 174.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 174 162 236 0.26 0.31 0 0.07 249.73 0.66 0.78
Hex AE A2 EC 1A 1F 0 7 FA 42 4E
Octal 256 242 354 32 37 0 7 372 102 116
Binary 10101110 10100010 11101100 11010 11111 0 111 11111010 1000010 1001110

Color Harmonies of #AEA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA2EC

Black with #AEA2EC

Text Example


Text Example

White with #AEA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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