#A258A0

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

Shades of Violet Blue #A258A0

Tints of Violet Blue #A258A0

Color information

#A258A0 (or 0xA258A0) is unknown color: approx Violet Blue. HEX triplet: A2, 58 and A0. RGB value is (162,88,160). Sum of RGB (Red+Green+Blue) = 162+88+160=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A258A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A258A0 is #5DA75F. Grayscale: #767676. Windows color (decimal): -6137696 or 10508450. OLE color: 10508450.

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

Color convert

RGB16288160-
CMYK00.460.010.36
HSL301.62º29.6%49.02%-
HSV(B)301.62º45.68%63.53%-
XYZ24.7417.235.27-
YUV118.33151.52159.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 88 (34.77% from 255) = 21.46%
BLUE value IS 160 (62.89% from 255) = 39.02%
R=39.51%
G=21.46%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628816000.460.010.36301.6229.649.02
HexA258A002E12412e1e31
Octal2421302400561444563661
Binary101000101011000101000000101110110010010010111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A258A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A258A0; }

 p { color: rgb(162,88,160); }

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

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

 a { background-color: rgb(162,88,160); }

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

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

 span { border-color: rgb(162,88,160); }

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