Html Css Color HEX #AE96EC Biloba Flower

📋 copy color: '#AE96EC'

red 174 ◦ green 150 ◦ blue 236

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

Shades of Biloba Flower #AE96EC

Tints of Biloba Flower #AE96EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 31.07%
G = 26.79%
B = 42.14%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE96EC (or 0xAE96EC) is known color: Biloba Flower. HEX triplet: AE, 96 and EC. RGB value is (174,150,236). Sum of RGB (Red+Green+Blue) = 174+150+236=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE96EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE96EC is #516913. Grayscale: #A6A6A6. Windows color (decimal): -5335316 or 15505070. OLE color: 15505070.

HSL color Cylindrical-coordinate representation of color #AE96EC: hue angle of 256.74º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE96EC is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 150 236 -
CMYK 0.26 0.36 0 0.07
HSL 256.74º 0.69% 0.76% -
HSV(B) 256.74º 0.36% 0.93% -
XYZ 43.5 36.87 84.18 -
YUV 166.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 174 150 236 0.26 0.36 0 0.07 256.74 0.69 0.76
Hex AE 96 EC 1A 24 0 7 101 45 4C
Octal 256 226 354 32 44 0 7 401 105 114
Binary 10101110 10010110 11101100 11010 100100 0 111 100000001 1000101 1001100

Color Harmonies of #AE96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE96EC

Black with #AE96EC

Text Example


Text Example

White with #AE96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE96EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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