#AB9ACD

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

Shades of Biloba Flower #AB9ACD

Tints of Biloba Flower #AB9ACD

Color information

#AB9ACD (or 0xAB9ACD) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and CD. RGB value is (171,154,205). Sum of RGB (Red+Green+Blue) = 171+154+205=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ACD is #546532. Grayscale: #A4A4A4. Windows color (decimal): -5530931 or 13474475. OLE color: 13474475.

HSL color Cylindrical-coordinate representation of color #AB9ACD: hue angle of 260º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB9ACD is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171154205-
CMYK0.170.2500.20
HSL260º33.77%70.39%-
HSV(B)260º24.88%80.39%-
XYZ39.3736.1862.67-
YUV164.9150.63132.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=32.26%
G=29.06%
B=38.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711542050.170.2500.2026033.7770.39
HexAB9ACD11190141042246
Octal253232315213102440442106
Binary10101011100110101100110110001110010101001000001001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9ACD; }

 p { color: rgb(171,154,205); }

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

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

 a { background-color: rgb(171,154,205); }

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

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

 span { border-color: rgb(171,154,205); }

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