#AB94CA

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

Shades of Biloba Flower #AB94CA

Tints of Biloba Flower #AB94CA

Color information

#AB94CA (or 0xAB94CA) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and CA. RGB value is (171,148,202). Sum of RGB (Red+Green+Blue) = 171+148+202=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB94CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94CA is #546B35. Grayscale: #A0A0A0. Windows color (decimal): -5532470 or 13276331. OLE color: 13276331.

HSL color Cylindrical-coordinate representation of color #AB94CA: hue angle of 265.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB94CA is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171148202-
CMYK0.150.2700.21
HSL265.56º33.75%68.63%-
HSV(B)265.56º26.73%79.22%-
XYZ38.0534.160.45-
YUV161.03151.12135.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=32.82%
G=28.41%
B=38.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711482020.150.2700.21265.5633.7568.63
HexAB94CAF1B01510a2245
Octal253224312173302541242105
Binary1010101110010100110010101111110110101011000010101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94CA; }

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

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

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

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

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

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

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

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