#AB95D8

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

Shades of Biloba Flower #AB95D8

Tints of Biloba Flower #AB95D8

Color information

#AB95D8 (or 0xAB95D8) is unknown color: approx Biloba Flower. HEX triplet: AB, 95 and D8. RGB value is (171,149,216). Sum of RGB (Red+Green+Blue) = 171+149+216=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB95D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB95D8 is #546A27. Grayscale: #A2A2A2. Windows color (decimal): -5532200 or 14194091. OLE color: 14194091.

HSL color Cylindrical-coordinate representation of color #AB95D8: hue angle of 259.7º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB95D8 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171149216-
CMYK0.210.3100.15
HSL259.7º46.21%71.57%-
HSV(B)259.7º31.02%84.71%-
XYZ39.9435.1169.64-
YUV163.22157.79133.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 216 (84.77% from 255) = 40.30%
R=31.90%
G=27.80%
B=40.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711492160.210.3100.15259.746.2171.57
HexAB95D8151F0F1042e48
Octal253225330253701740456110
Binary1010101110010101110110001010111111011111000001001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95D8; }

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

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

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

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

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

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

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

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