#AB95FF

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

Shades of Biloba Flower #AB95FF

Tints of Biloba Flower #AB95FF

Color information

#AB95FF (or 0xAB95FF) is unknown color: approx Biloba Flower. HEX triplet: AB, 95 and FF. RGB value is (171,149,255). Sum of RGB (Red+Green+Blue) = 171+149+255=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB95FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB95FF is #546A00. Grayscale: #A7A7A7. Windows color (decimal): -5532161 or 16749995. OLE color: 16749995.

HSL color Cylindrical-coordinate representation of color #AB95FF: hue angle of 252.45º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB95FF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171149255-
CMYK0.330.4200
HSL252.45º100%79.22%-
HSV(B)252.45º41.57%100%-
XYZ45.5937.3799.42-
YUV167.66177.29130.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 255 (100% from 255) = 44.35%
R=29.74%
G=25.91%
B=44.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711492550.330.4200252.4510079.22
HexAB95FF212A00fc644f
Octal253225377415200374144117
Binary101010111001010111111111100001101010001111110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95FF; }

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

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

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

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

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

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

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

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