#AB98DC

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

Shades of Biloba Flower #AB98DC

Tints of Biloba Flower #AB98DC

Color information

#AB98DC (or 0xAB98DC) is unknown color: approx Biloba Flower. HEX triplet: AB, 98 and DC. RGB value is (171,152,220). Sum of RGB (Red+Green+Blue) = 171+152+220=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB98DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98DC is #546723. Grayscale: #A5A5A5. Windows color (decimal): -5531428 or 14457003. OLE color: 14457003.

HSL color Cylindrical-coordinate representation of color #AB98DC: hue angle of 256.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB98DC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171152220-
CMYK0.220.3100.14
HSL256.76º49.28%72.94%-
HSV(B)256.76º30.91%86.27%-
XYZ40.9436.2872.56-
YUV165.43158.79131.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=31.49%
G=27.99%
B=40.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711522200.220.3100.14256.7649.2872.94
HexAB98DC161F0E1013149
Octal253230334263701640161111
Binary1010101110011000110111001011011111011101000000011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB98DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB98DC; }

 p { color: rgb(171,152,220); }

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

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

 a { background-color: rgb(171,152,220); }

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

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

 span { border-color: rgb(171,152,220); }

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