#AB95F1

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

Shades of Biloba Flower #AB95F1

Tints of Biloba Flower #AB95F1

Color information

#AB95F1 (or 0xAB95F1) is unknown color: approx Biloba Flower. HEX triplet: AB, 95 and F1. RGB value is (171,149,241). Sum of RGB (Red+Green+Blue) = 171+149+241=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB95F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB95F1 is #546A0E. Grayscale: #A5A5A5. Windows color (decimal): -5532175 or 15832491. OLE color: 15832491.

HSL color Cylindrical-coordinate representation of color #AB95F1: hue angle of 254.35º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB95F1 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171149241-
CMYK0.290.3800.05
HSL254.35º76.67%76.47%-
HSV(B)254.35º38.17%94.51%-
XYZ43.4236.587.98-
YUV166.07170.29131.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=30.48%
G=26.56%
B=42.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711492410.290.3800.05254.3576.6776.47
HexAB95F11D2605fe4d4c
Octal253225361354605376115114
Binary1010101110010101111100011110110011001011111111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95F1; }

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

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

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

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

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

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

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

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