#AB95EB

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

Shades of Biloba Flower #AB95EB

Tints of Biloba Flower #AB95EB

Color information

#AB95EB (or 0xAB95EB) is unknown color: approx Biloba Flower. HEX triplet: AB, 95 and EB. RGB value is (171,149,235). Sum of RGB (Red+Green+Blue) = 171+149+235=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB95EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB95EB is #546A14. Grayscale: #A5A5A5. Windows color (decimal): -5532181 or 15439275. OLE color: 15439275.

HSL color Cylindrical-coordinate representation of color #AB95EB: hue angle of 255.35º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB95EB is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171149235-
CMYK0.270.3700.08
HSL255.35º68.25%75.29%-
HSV(B)255.35º36.6%92.16%-
XYZ42.5436.1583.33-
YUV165.38167.29132.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=30.81%
G=26.85%
B=42.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711492350.270.3700.08255.3568.2575.29
HexAB95EB1B2508ff444b
Octal2532253533345010377104113
Binary10101011100101011110101111011100101010001111111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95EB; }

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

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

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

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

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

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

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

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