#AB8CCD

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

Shades of Biloba Flower #AB8CCD

Tints of Biloba Flower #AB8CCD

Color information

#AB8CCD (or 0xAB8CCD) is unknown color: approx Biloba Flower. HEX triplet: AB, 8C and CD. RGB value is (171,140,205). Sum of RGB (Red+Green+Blue) = 171+140+205=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CCD is #547332. Grayscale: #9C9C9C. Windows color (decimal): -5534515 or 13470891. OLE color: 13470891.

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

Color convert

RGB171140205-
CMYK0.170.3200.20
HSL268.62º39.39%67.65%-
HSV(B)268.62º31.71%80.39%-
XYZ37.1931.8261.94-
YUV156.68155.27138.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 140 (55.08% from 255) = 27.13%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=33.14%
G=27.13%
B=39.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711402050.170.3200.20268.6239.3967.65
HexAB8CCD112001410d2744
Octal253214315214002441547104
Binary101010111000110011001101100011000000101001000011011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8CCD; }

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

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

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

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

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

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

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

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