#A25B95

Color #A25B95 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A25B95

Tints of Violet Blue #A25B95

Color information

#A25B95 (or 0xA25B95) is unknown color: approx Violet Blue. HEX triplet: A2, 5B and 95. RGB value is (162,91,149). Sum of RGB (Red+Green+Blue) = 162+91+149=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25B95 is #5DA46A. Grayscale: #767676. Windows color (decimal): -6136939 or 9788322. OLE color: 9788322.

HSL color Cylindrical-coordinate representation of color #A25B95: hue angle of 310.99º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25B95 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16291149-
CMYK00.440.080.36
HSL310.99º28.06%49.61%-
HSV(B)310.99º43.83%63.53%-
XYZ24.0717.3330.51-
YUV118.84145.02158.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 91 (35.94% from 255) = 22.64%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=40.30%
G=22.64%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629114900.440.080.36310.9928.0649.61
HexA25B9502C8241371c32
Octal24213322505410444673462
Binary101000101011011100101010101100100010010010011011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B95; }

 p { color: rgb(162,91,149); }

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

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

 a { background-color: rgb(162,91,149); }

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

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

 span { border-color: rgb(162,91,149); }

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