#AB9CCF

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

Shades of Biloba Flower #AB9CCF

Tints of Biloba Flower #AB9CCF

Color information

#AB9CCF (or 0xAB9CCF) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and CF. RGB value is (171,156,207). Sum of RGB (Red+Green+Blue) = 171+156+207=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB9CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CCF is #546330. Grayscale: #A6A6A6. Windows color (decimal): -5530417 or 13606059. OLE color: 13606059.

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

Color convert

RGB171156207-
CMYK0.170.2500.19
HSL257.65º34.69%71.18%-
HSV(B)257.65º24.64%81.18%-
XYZ39.9536.9464.06-
YUV166.3150.97131.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=32.02%
G=29.21%
B=38.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711562070.170.2500.19257.6534.6971.18
HexAB9CCF11190131022347
Octal253234317213102340243107
Binary10101011100111001100111110001110010100111000000101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CCF; }

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

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

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

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

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

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

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

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