#AB8FCF

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

Shades of Biloba Flower #AB8FCF

Tints of Biloba Flower #AB8FCF

Color information

#AB8FCF (or 0xAB8FCF) is unknown color: approx Biloba Flower. HEX triplet: AB, 8F and CF. RGB value is (171,143,207). Sum of RGB (Red+Green+Blue) = 171+143+207=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB8FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FCF is #547030. Grayscale: #9E9E9E. Windows color (decimal): -5533745 or 13602731. OLE color: 13602731.

HSL color Cylindrical-coordinate representation of color #AB8FCF: hue angle of 266.25º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB8FCF is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171143207-
CMYK0.170.3100.19
HSL266.25º40%68.63%-
HSV(B)266.25º30.92%81.18%-
XYZ37.8832.8163.37-
YUV158.67155.28136.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 207 (81.25% from 255) = 39.73%
R=32.82%
G=27.45%
B=39.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711432070.170.3100.19266.254068.63
HexAB8FCF111F01310a2845
Octal253217317213702341250105
Binary10101011100011111100111110001111110100111000010101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FCF; }

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

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

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

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

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

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

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

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