#AB96E0

Color #AB96E0 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AB96E0

Tints of Biloba Flower #AB96E0

Color information

#AB96E0 (or 0xAB96E0) is unknown color: approx Biloba Flower. HEX triplet: AB, 96 and E0. RGB value is (171,150,224). Sum of RGB (Red+Green+Blue) = 171+150+224=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB96E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96E0 is #54691F. Grayscale: #A4A4A4. Windows color (decimal): -5531936 or 14718635. OLE color: 14718635.

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

Color convert

RGB171150224-
CMYK0.240.3300.12
HSL257.03º54.41%73.33%-
HSV(B)257.03º33.04%87.84%-
XYZ41.1635.8575.27-
YUV164.72161.46132.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 224 (87.89% from 255) = 41.10%
R=31.38%
G=27.52%
B=41.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711502240.240.3300.12257.0354.4173.33
HexAB96E018210C1013649
Octal253226340304101440166111
Binary10101011100101101110000011000100001011001000000011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96E0; }

 p { color: rgb(171,150,224); }

 H1.HeaderClassName
 {
   color: #AB96E0;
 }
 .AnyTagClassName
 {
   color: #AB96E0;
 }
</style>
background-color css

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

 a { background-color: rgb(171,150,224); }

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

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

 span { border-color: rgb(171,150,224); }

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