Html Css Color HEX #AE96E5 Biloba Flower

📋 copy color: '#AE96E5'

red 174 ◦ green 150 ◦ blue 229

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

Shades of Biloba Flower #AE96E5

Tints of Biloba Flower #AE96E5

RGB

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

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

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

R = 31.46%
G = 27.12%
B = 41.41%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE96E5 (or 0xAE96E5) is known color: Biloba Flower. HEX triplet: AE, 96 and E5. RGB value is (174,150,229). Sum of RGB (Red+Green+Blue) = 174+150+229=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE96E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96E5 is #51691A. Grayscale: #A5A5A5. Windows color (decimal): -5335323 or 15046318. OLE color: 15046318.

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

Color convert

RGB 174 150 229 -
CMYK 0.24 0.34 0 0.10
HSL 258.23º 0.6% 0.74% -
HSV(B) 258.23º 0.34% 0.9% -
XYZ 42.5 36.47 78.93 -
YUV 166.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 174 150 229 0.24 0.34 0 0.10 258.23 0.6 0.74
Hex AE 96 E5 18 22 0 A 102 3C 4A
Octal 256 226 345 30 42 0 12 402 74 112
Binary 10101110 10010110 11100101 11000 100010 0 1010 100000010 111100 1001010

Color Harmonies of #AE96E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE96E5

Black with #AE96E5

Text Example


Text Example

White with #AE96E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE96E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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