#A258A1

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

Shades of Violet Blue #A258A1

Tints of Violet Blue #A258A1

Color information

#A258A1 (or 0xA258A1) is unknown color: approx Violet Blue. HEX triplet: A2, 58 and A1. RGB value is (162,88,161). Sum of RGB (Red+Green+Blue) = 162+88+161=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A258A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A258A1 is #5DA75E. Grayscale: #767676. Windows color (decimal): -6137695 or 10573986. OLE color: 10573986.

HSL color Cylindrical-coordinate representation of color #A258A1: hue angle of 300.81º 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 #A258A1 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16288161-
CMYK00.460.010.36
HSL300.81º29.6%49.02%-
HSV(B)300.81º45.68%63.53%-
XYZ24.8217.2335.74-
YUV118.45152.02159.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 88 (34.77% from 255) = 21.41%
BLUE value IS 161 (63.28% from 255) = 39.17%
R=39.42%
G=21.41%
B=39.17%

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
Decimal1628816100.460.010.36300.8129.649.02
HexA258A102E12412d1e31
Octal2421302410561444553661
Binary101000101011000101000010101110110010010010110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A258A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A258A1; }

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

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

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

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

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

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

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

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