#A25A8F

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

Shades of Violet Blue #A25A8F

Tints of Violet Blue #A25A8F

Color information

#A25A8F (or 0xA25A8F) is unknown color: approx Violet Blue. HEX triplet: A2, 5A and 8F. RGB value is (162,90,143). Sum of RGB (Red+Green+Blue) = 162+90+143=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25A8F is #5DA570. Grayscale: #757575. Windows color (decimal): -6137201 or 9394850. OLE color: 9394850.

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

Color convert

RGB16290143-
CMYK00.440.120.36
HSL315.83º28.57%49.41%-
HSV(B)315.83º44.44%63.53%-
XYZ23.5116.9828.02-
YUV117.57142.35159.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=41.01%
G=22.78%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629014300.440.120.36315.8328.5749.41
HexA25A8F02CC2413c1d31
Octal24213221705414444743561
Binary101000101011010100011110101100110010010010011110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A8F; }

 p { color: rgb(162,90,143); }

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

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

 a { background-color: rgb(162,90,143); }

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

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

 span { border-color: rgb(162,90,143); }

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