Html Css Color HEX #AE96E1 Biloba Flower

📋 copy color: '#AE96E1'

red 174 ◦ green 150 ◦ blue 225

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

Shades of Biloba Flower #AE96E1

Tints of Biloba Flower #AE96E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.98%

R = 31.69%
G = 27.32%
B = 40.98%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AE96E1 (or 0xAE96E1) is known color: Biloba Flower. HEX triplet: AE, 96 and E1. RGB value is (174,150,225). Sum of RGB (Red+Green+Blue) = 174+150+225=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE96E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96E1 is #51691E. Grayscale: #A5A5A5. Windows color (decimal): -5335327 or 14784174. OLE color: 14784174.

HSL color Cylindrical-coordinate representation of color #AE96E1: hue angle of 259.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE96E1 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 150 225 -
CMYK 0.23 0.33 0 0.12
HSL 259.2º 0.56% 0.74% -
HSV(B) 259.2º 0.33% 0.88% -
XYZ 41.95 36.25 76.02 -
YUV 165.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 174 150 225 0.23 0.33 0 0.12 259.2 0.56 0.74
Hex AE 96 E1 17 21 0 C 103 38 4A
Octal 256 226 341 27 41 0 14 403 70 112
Binary 10101110 10010110 11100001 10111 100001 0 1100 100000011 111000 1001010

Color Harmonies of #AE96E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE96E1

Black with #AE96E1

Text Example


Text Example

White with #AE96E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE96E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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