#AB94CE

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

Shades of Biloba Flower #AB94CE

Tints of Biloba Flower #AB94CE

Color information

#AB94CE (or 0xAB94CE) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and CE. RGB value is (171,148,206). Sum of RGB (Red+Green+Blue) = 171+148+206=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB94CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94CE is #546B31. Grayscale: #A1A1A1. Windows color (decimal): -5532466 or 13538475. OLE color: 13538475.

HSL color Cylindrical-coordinate representation of color #AB94CE: hue angle of 263.79º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB94CE is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171148206-
CMYK0.170.2800.19
HSL263.79º37.18%69.41%-
HSV(B)263.79º28.16%80.78%-
XYZ38.5334.2962.98-
YUV161.49153.12134.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=32.57%
G=28.19%
B=39.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711482060.170.2800.19263.7937.1869.41
HexAB94CE111C0131082545
Octal253224316213402341045105
Binary10101011100101001100111010001111000100111000010001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94CE; }

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

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

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

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

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

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

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

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