Html Css Color HEX #AEA1E5 Biloba Flower

📋 copy color: '#AEA1E5'

red 174 ◦ green 161 ◦ blue 229

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

Shades of Biloba Flower #AEA1E5

Tints of Biloba Flower #AEA1E5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.55%

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

R = 30.85%
G = 28.55%
B = 40.6%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AEA1E5 (or 0xAEA1E5) is known color: Biloba Flower. HEX triplet: AE, A1 and E5. RGB value is (174,161,229). Sum of RGB (Red+Green+Blue) = 174+161+229=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEA1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1E5 is #515E1A. Grayscale: #ACACAC. Windows color (decimal): -5332507 or 15049134. OLE color: 15049134.

HSL color Cylindrical-coordinate representation of color #AEA1E5: hue angle of 251.47º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEA1E5 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 161 229 -
CMYK 0.24 0.30 0 0.10
HSL 251.47º 0.57% 0.76% -
HSV(B) 251.47º 0.3% 0.9% -
XYZ 44.34 40.15 79.54 -
YUV 172.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 174 161 229 0.24 0.30 0 0.10 251.47 0.57 0.76
Hex AE A1 E5 18 1E 0 A FB 39 4C
Octal 256 241 345 30 36 0 12 373 71 114
Binary 10101110 10100001 11100101 11000 11110 0 1010 11111011 111001 1001100

Color Harmonies of #AEA1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA1E5

Black with #AEA1E5

Text Example


Text Example

White with #AEA1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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