#AB95E9

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

Shades of Biloba Flower #AB95E9

Tints of Biloba Flower #AB95E9

Color information

#AB95E9 (or 0xAB95E9) is unknown color: approx Biloba Flower. HEX triplet: AB, 95 and E9. RGB value is (171,149,233). Sum of RGB (Red+Green+Blue) = 171+149+233=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #AB95E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB95E9 is #546A16. Grayscale: #A4A4A4. Windows color (decimal): -5532183 or 15308203. OLE color: 15308203.

HSL color Cylindrical-coordinate representation of color #AB95E9: hue angle of 255.71º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB95E9 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171149233-
CMYK0.270.3600.09
HSL255.71º65.62%74.9%-
HSV(B)255.71º36.05%91.37%-
XYZ42.2536.0481.82-
YUV165.15166.29132.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 233 (91.41% from 255) = 42.13%
R=30.92%
G=26.94%
B=42.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711492330.270.3600.09255.7165.6274.9
HexAB95E91B2409100424b
Octal2532253513344011400102113
Binary101010111001010111101001110111001000100110000000010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95E9; }

 p { color: rgb(171,149,233); }

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

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

 a { background-color: rgb(171,149,233); }

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

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

 span { border-color: rgb(171,149,233); }

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