#A258A2

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

Shades of Violet Blue #A258A2

Tints of Violet Blue #A258A2

Color information

#A258A2 (or 0xA258A2) is unknown color: approx Violet Blue. HEX triplet: A2, 58 and A2. RGB value is (162,88,162). Sum of RGB (Red+Green+Blue) = 162+88+162=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A258A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A258A2 is #5DA75D. Grayscale: #767676. Windows color (decimal): -6137694 or 10639522. OLE color: 10639522.

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

Color convert

RGB16288162-
CMYK00.4600.36
HSL300º29.6%49.02%-
HSV(B)300º45.68%63.53%-
XYZ24.9117.2736.2-
YUV118.56152.52158.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 88 (34.77% from 255) = 21.36%
BLUE value IS 162 (63.67% from 255) = 39.32%
R=39.32%
G=21.36%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628816200.4600.3630029.649.02
HexA258A202E02412c1e31
Octal2421302420560444543661
Binary101000101011000101000100101110010010010010110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A258A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A258A2; }

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

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

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

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

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

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

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

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