#AB94CF

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

Shades of Biloba Flower #AB94CF

Tints of Biloba Flower #AB94CF

Color information

#AB94CF (or 0xAB94CF) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and CF. RGB value is (171,148,207). Sum of RGB (Red+Green+Blue) = 171+148+207=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB94CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94CF is #546B30. Grayscale: #A1A1A1. Windows color (decimal): -5532465 or 13604011. OLE color: 13604011.

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

Color convert

RGB171148207-
CMYK0.170.2900.19
HSL263.39º38.06%69.61%-
HSV(B)263.39º28.5%81.18%-
XYZ38.6534.3463.62-
YUV161.6153.62134.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=32.51%
G=28.14%
B=39.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711482070.170.2900.19263.3938.0669.61
HexAB94CF111D0131072646
Octal253224317213502340746106
Binary10101011100101001100111110001111010100111000001111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94CF; }

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

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

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

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

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

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

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

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