Html Css Color HEX #AEA2E5 Biloba Flower

📋 copy color: '#AEA2E5'

red 174 ◦ green 162 ◦ blue 229

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

Shades of Biloba Flower #AEA2E5

Tints of Biloba Flower #AEA2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 30.8%
G = 28.67%
B = 40.53%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AEA2E5 (or 0xAEA2E5) is known color: Biloba Flower. HEX triplet: AE, A2 and E5. RGB value is (174,162,229). Sum of RGB (Red+Green+Blue) = 174+162+229=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEA2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2E5 is #515D1A. Grayscale: #ACACAC. Windows color (decimal): -5332251 or 15049390. OLE color: 15049390.

HSL color Cylindrical-coordinate representation of color #AEA2E5: hue angle of 250.75º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA2E5 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 162 229 -
CMYK 0.24 0.29 0 0.10
HSL 250.75º 0.56% 0.77% -
HSV(B) 250.75º 0.29% 0.9% -
XYZ 44.52 40.5 79.6 -
YUV 173.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 174 162 229 0.24 0.29 0 0.10 250.75 0.56 0.77
Hex AE A2 E5 18 1D 0 A FB 38 4D
Octal 256 242 345 30 35 0 12 373 70 115
Binary 10101110 10100010 11100101 11000 11101 0 1010 11111011 111000 1001101

Color Harmonies of #AEA2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA2E5

Black with #AEA2E5

Text Example


Text Example

White with #AEA2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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