#AB95EF

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

Shades of Biloba Flower #AB95EF

Tints of Biloba Flower #AB95EF

Color information

#AB95EF (or 0xAB95EF) is unknown color: approx Biloba Flower. HEX triplet: AB, 95 and EF. RGB value is (171,149,239). Sum of RGB (Red+Green+Blue) = 171+149+239=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB95EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB95EF is #546A10. Grayscale: #A5A5A5. Windows color (decimal): -5532177 or 15701419. OLE color: 15701419.

HSL color Cylindrical-coordinate representation of color #AB95EF: hue angle of 254.67º degrees, saturation: 0.74, 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 #AB95EF is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171149239-
CMYK0.280.3800.06
HSL254.67º73.77%76.08%-
HSV(B)254.67º37.66%93.73%-
XYZ43.1236.3886.41-
YUV165.84169.29131.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 239 (93.75% from 255) = 42.75%
R=30.59%
G=26.65%
B=42.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711492390.280.3800.06254.6773.7776.08
HexAB95EF1C2606ff4a4c
Octal253225357344606377112114
Binary1010101110010101111011111110010011001101111111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95EF; }

 p { color: rgb(171,149,239); }

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

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

 a { background-color: rgb(171,149,239); }

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

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

 span { border-color: rgb(171,149,239); }

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