#AB95E5

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

Shades of Biloba Flower #AB95E5

Tints of Biloba Flower #AB95E5

Color information

#AB95E5 (or 0xAB95E5) is unknown color: approx Biloba Flower. HEX triplet: AB, 95 and E5. RGB value is (171,149,229). Sum of RGB (Red+Green+Blue) = 171+149+229=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB95E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB95E5 is #546A1A. Grayscale: #A4A4A4. Windows color (decimal): -5532187 or 15046059. OLE color: 15046059.

HSL color Cylindrical-coordinate representation of color #AB95E5: hue angle of 256.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB95E5 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171149229-
CMYK0.250.3500.10
HSL256.5º60.61%74.12%-
HSV(B)256.5º34.93%89.8%-
XYZ41.6835.8178.84-
YUV164.7164.29132.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 229 (89.84% from 255) = 41.71%
R=31.15%
G=27.14%
B=41.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711492290.250.3500.10256.560.6174.12
HexAB95E519230A1003d4a
Octal253225345314301240075112
Binary10101011100101011110010111001100011010101000000001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95E5; }

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

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

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

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

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

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

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

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