#A995EB

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

Shades of Biloba Flower #A995EB

Tints of Biloba Flower #A995EB

Color information

#A995EB (or 0xA995EB) is unknown color: approx Biloba Flower. HEX triplet: A9, 95 and EB. RGB value is (169,149,235). Sum of RGB (Red+Green+Blue) = 169+149+235=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #A995EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A995EB is #566A14. Grayscale: #A4A4A4. Windows color (decimal): -5663253 or 15439273. OLE color: 15439273.

HSL color Cylindrical-coordinate representation of color #A995EB: hue angle of 253.95º 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 #A995EB is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169149235-
CMYK0.280.3700.08
HSL253.95º68.25%75.29%-
HSV(B)253.95º36.6%92.16%-
XYZ42.1135.9383.31-
YUV164.78167.63131.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.56%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=30.56%
G=26.94%
B=42.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691492350.280.3700.08253.9568.2575.29
HexA995EB1C2508fe444b
Octal2512253533445010376104113
Binary10101001100101011110101111100100101010001111111010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995EB; }

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

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

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

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

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

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

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

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