Html Css Color HEX #AE96F0 Biloba Flower

📋 copy color: '#AE96F0'

red 174 ◦ green 150 ◦ blue 240

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

Shades of Biloba Flower #AE96F0

Tints of Biloba Flower #AE96F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 30.85%
G = 26.6%
B = 42.55%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE96F0 (or 0xAE96F0) is known color: Biloba Flower. HEX triplet: AE, 96 and F0. RGB value is (174,150,240). Sum of RGB (Red+Green+Blue) = 174+150+240=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE96F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE96F0 is #51690F. Grayscale: #A7A7A7. Windows color (decimal): -5335312 or 15767214. OLE color: 15767214.

HSL color Cylindrical-coordinate representation of color #AE96F0: hue angle of 256º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE96F0 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 150 240 -
CMYK 0.28 0.37 0 0.06
HSL 256º 0.75% 0.76% -
HSV(B) 256º 0.38% 0.94% -
XYZ 44.09 37.1 87.28 -
YUV 167.44 168.95 132.68 -
System Red Green Blue C M Y K H S L
Decimal 174 150 240 0.28 0.37 0 0.06 256 0.75 0.76
Hex AE 96 F0 1C 25 0 6 100 4B 4C
Octal 256 226 360 34 45 0 6 400 113 114
Binary 10101110 10010110 11110000 11100 100101 0 110 100000000 1001011 1001100

Color Harmonies of #AE96F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE96F0

Black with #AE96F0

Text Example


Text Example

White with #AE96F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE96F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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