#AB95EA

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

Shades of Biloba Flower #AB95EA

Tints of Biloba Flower #AB95EA

Color information

#AB95EA (or 0xAB95EA) is unknown color: approx Biloba Flower. HEX triplet: AB, 95 and EA. RGB value is (171,149,234). Sum of RGB (Red+Green+Blue) = 171+149+234=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB95EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB95EA is #546A15. Grayscale: #A4A4A4. Windows color (decimal): -5532182 or 15373739. OLE color: 15373739.

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

Color convert

RGB171149234-
CMYK0.270.3600.08
HSL255.53º66.93%75.1%-
HSV(B)255.53º36.32%91.76%-
XYZ42.3936.0982.57-
YUV165.27166.79132.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=30.87%
G=26.90%
B=42.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711492340.270.3600.08255.5366.9375.1
HexAB95EA1B2408100434b
Octal2532253523344010400103113
Binary101010111001010111101010110111001000100010000000010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95EA; }

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

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

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

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

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

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

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

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