Html Css Color HEX #AE96E8 Biloba Flower

📋 copy color: '#AE96E8'

red 174 ◦ green 150 ◦ blue 232

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

Shades of Biloba Flower #AE96E8

Tints of Biloba Flower #AE96E8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.98%

 BLUE value IS 232 (91.02% from 255) = 41.73%

R = 31.29%
G = 26.98%
B = 41.73%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE96E8 (or 0xAE96E8) is known color: Biloba Flower. HEX triplet: AE, 96 and E8. RGB value is (174,150,232). Sum of RGB (Red+Green+Blue) = 174+150+232=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE96E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE96E8 is #516917. Grayscale: #A6A6A6. Windows color (decimal): -5335320 or 15242926. OLE color: 15242926.

HSL color Cylindrical-coordinate representation of color #AE96E8: hue angle of 257.56º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE96E8 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 150 232 -
CMYK 0.25 0.35 0 0.09
HSL 257.56º 0.64% 0.75% -
HSV(B) 257.56º 0.35% 0.91% -
XYZ 42.93 36.64 81.15 -
YUV 166.52 164.95 133.33 -
System Red Green Blue C M Y K H S L
Decimal 174 150 232 0.25 0.35 0 0.09 257.56 0.64 0.75
Hex AE 96 E8 19 23 0 9 102 40 4B
Octal 256 226 350 31 43 0 11 402 100 113
Binary 10101110 10010110 11101000 11001 100011 0 1001 100000010 1000000 1001011

Color Harmonies of #AE96E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE96E8

Black with #AE96E8

Text Example


Text Example

White with #AE96E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE96E8; }

 p { color: rgb(174,150,232); }

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

background-color css

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

 a { background-color: rgb(174,150,232); }

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

border-color css

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

 span { border-color: rgb(174,150,232); }

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