#AB95F2

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

Shades of Biloba Flower #AB95F2

Tints of Biloba Flower #AB95F2

Color information

#AB95F2 (or 0xAB95F2) is unknown color: approx Biloba Flower. HEX triplet: AB, 95 and F2. RGB value is (171,149,242). Sum of RGB (Red+Green+Blue) = 171+149+242=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB95F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB95F2 is #546A0D. Grayscale: #A5A5A5. Windows color (decimal): -5532174 or 15898027. OLE color: 15898027.

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

Color convert

RGB171149242-
CMYK0.290.3800.05
HSL254.19º78.15%76.67%-
HSV(B)254.19º38.43%94.9%-
XYZ43.5736.5688.77-
YUV166.18170.79131.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 242 (94.92% from 255) = 43.06%
R=30.43%
G=26.51%
B=43.06%

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
Decimal1711492420.290.3800.05254.1978.1576.67
HexAB95F21D2605fe4e4d
Octal253225362354605376116115
Binary1010101110010101111100101110110011001011111111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95F2; }

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

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

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

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

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

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

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

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