#AB94C8

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

Shades of Biloba Flower #AB94C8

Tints of Biloba Flower #AB94C8

Color information

#AB94C8 (or 0xAB94C8) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and C8. RGB value is (171,148,200). Sum of RGB (Red+Green+Blue) = 171+148+200=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB94C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94C8 is #546B37. Grayscale: #A0A0A0. Windows color (decimal): -5532472 or 13145259. OLE color: 13145259.

HSL color Cylindrical-coordinate representation of color #AB94C8: hue angle of 266.54º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB94C8 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171148200-
CMYK0.140.2600.22
HSL266.54º32.1%68.24%-
HSV(B)266.54º26%78.43%-
XYZ37.8134.0159.21-
YUV160.8150.12135.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=32.95%
G=28.52%
B=38.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711482000.140.2600.22266.5432.168.24
HexAB94C8E1A01610b2044
Octal253224310163202641340104
Binary1010101110010100110010001110110100101101000010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94C8; }

 p { color: rgb(171,148,200); }

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

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

 a { background-color: rgb(171,148,200); }

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

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

 span { border-color: rgb(171,148,200); }

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