#AB8DCD

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

Shades of Biloba Flower #AB8DCD

Tints of Biloba Flower #AB8DCD

Color information

#AB8DCD (or 0xAB8DCD) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and CD. RGB value is (171,141,205). Sum of RGB (Red+Green+Blue) = 171+141+205=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DCD is #547232. Grayscale: #9D9D9D. Windows color (decimal): -5534259 or 13471147. OLE color: 13471147.

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

Color convert

RGB171141205-
CMYK0.170.3100.20
HSL268.12º39.02%67.84%-
HSV(B)268.12º31.22%80.39%-
XYZ37.3432.1261.99-
YUV157.27154.94137.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=33.08%
G=27.27%
B=39.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711412050.170.3100.20268.1239.0267.84
HexAB8DCD111F01410c2744
Octal253215315213702441447104
Binary10101011100011011100110110001111110101001000011001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DCD; }

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

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

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

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

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

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

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

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