#AB8FD4

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

Shades of Biloba Flower #AB8FD4

Tints of Biloba Flower #AB8FD4

Color information

#AB8FD4 (or 0xAB8FD4) is unknown color: approx Biloba Flower. HEX triplet: AB, 8F and D4. RGB value is (171,143,212). Sum of RGB (Red+Green+Blue) = 171+143+212=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB8FD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FD4 is #54702B. Grayscale: #9E9E9E. Windows color (decimal): -5533740 or 13930411. OLE color: 13930411.

HSL color Cylindrical-coordinate representation of color #AB8FD4: hue angle of 264.35º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8FD4 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171143212-
CMYK0.190.3300.17
HSL264.35º44.52%69.61%-
HSV(B)264.35º32.55%83.14%-
XYZ38.533.0666.64-
YUV159.24157.78136.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 212 (83.20% from 255) = 40.30%
R=32.51%
G=27.19%
B=40.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711432120.190.3300.17264.3544.5269.61
HexAB8FD413210111082d46
Octal253217324234102141055106
Binary101010111000111111010100100111000010100011000010001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FD4; }

 p { color: rgb(171,143,212); }

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

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

 a { background-color: rgb(171,143,212); }

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

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

 span { border-color: rgb(171,143,212); }

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