#AB8AD7

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

Shades of Biloba Flower #AB8AD7

Tints of Biloba Flower #AB8AD7

Color information

#AB8AD7 (or 0xAB8AD7) is unknown color: approx Biloba Flower. HEX triplet: AB, 8A and D7. RGB value is (171,138,215). Sum of RGB (Red+Green+Blue) = 171+138+215=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB8AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8AD7 is #547528. Grayscale: #9C9C9C. Windows color (decimal): -5535017 or 14125739. OLE color: 14125739.

HSL color Cylindrical-coordinate representation of color #AB8AD7: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB8AD7 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171138215-
CMYK0.200.3600.16
HSL265.71º49.04%69.22%-
HSV(B)265.71º35.81%84.31%-
XYZ38.1531.7468.41-
YUV156.64160.93138.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=32.63%
G=26.34%
B=41.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711382150.200.3600.16265.7149.0469.22
HexAB8AD7142401010a3145
Octal253212327244402041261105
Binary101010111000101011010111101001001000100001000010101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8AD7; }

 p { color: rgb(171,138,215); }

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

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

 a { background-color: rgb(171,138,215); }

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

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

 span { border-color: rgb(171,138,215); }

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