#ab95ee

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

Shades of Biloba Flower #AB95EE

Tints of Biloba Flower #AB95EE

Color information

#AB95EE (or 0xAB95EE) is unknown color: approx Biloba Flower. HEX triplet: AB, 95 and EE. RGB value is (171,149,238). Sum of RGB (Red+Green+Blue) = 171+149+238=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB95EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB95EE is #546A11. Grayscale: #A5A5A5. Windows color (decimal): -5532178 or 15635883. OLE color: 15635883.

HSL color Cylindrical-coordinate representation of color #AB95EE: hue angle of 254.83º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB95EE is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171149238-
CMYK0.280.3700.07
HSL254.83º72.36%75.88%-
HSV(B)254.83º37.39%93.33%-
XYZ42.9736.3385.64-
YUV165.72168.79131.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.65%
GREEN value IS 149 (58.59% from 255) = 26.70%
BLUE value IS 238 (93.36% from 255) = 42.65%
R=30.65%
G=26.70%
B=42.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711492380.280.3700.07254.8372.3675.88
HexAB95EE1C2507ff484c
Octal253225356344507377110114
Binary1010101110010101111011101110010010101111111111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab95ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab95ee; }

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

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

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

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

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

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

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

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