Html Css Color HEX #AE9AE5 Biloba Flower

📋 copy color: '#AE9AE5'

red 174 ◦ green 154 ◦ blue 229

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

Shades of Biloba Flower #AE9AE5

Tints of Biloba Flower #AE9AE5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.65%

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

R = 31.24%
G = 27.65%
B = 41.11%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE9AE5 (or 0xAE9AE5) is known color: Biloba Flower. HEX triplet: AE, 9A and E5. RGB value is (174,154,229). Sum of RGB (Red+Green+Blue) = 174+154+229=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE9AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9AE5 is #51651A. Grayscale: #A8A8A8. Windows color (decimal): -5334299 or 15047342. OLE color: 15047342.

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

Color convert

RGB 174 154 229 -
CMYK 0.24 0.33 0 0.10
HSL 256º 0.59% 0.75% -
HSV(B) 256º 0.33% 0.9% -
XYZ 43.15 37.77 79.14 -
YUV 168.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 174 154 229 0.24 0.33 0 0.10 256 0.59 0.75
Hex AE 9A E5 18 21 0 A 100 3B 4B
Octal 256 232 345 30 41 0 12 400 73 113
Binary 10101110 10011010 11100101 11000 100001 0 1010 100000000 111011 1001011

Color Harmonies of #AE9AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9AE5

Black with #AE9AE5

Text Example


Text Example

White with #AE9AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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