#A362A0

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

Shades of Violet Blue #A362A0

Tints of Violet Blue #A362A0

Color information

#A362A0 (or 0xA362A0) is unknown color: approx Violet Blue. HEX triplet: A3, 62 and A0. RGB value is (163,98,160). Sum of RGB (Red+Green+Blue) = 163+98+160=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A362A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A362A0 is #5C9D5F. Grayscale: #7C7C7C. Windows color (decimal): -6069600 or 10511011. OLE color: 10511011.

HSL color Cylindrical-coordinate representation of color #A362A0: hue angle of 302.77º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A362A0 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16398160-
CMYK00.400.020.36
HSL302.77º26.1%51.18%-
HSV(B)302.77º39.88%63.92%-
XYZ25.8219.0635.58-
YUV124.5148.03155.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.72%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 160 (62.89% from 255) = 38.00%
R=38.72%
G=23.28%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639816000.400.020.36302.7726.151.18
HexA362A002822412f1a33
Octal2431422400502444573263
Binary1010001111000101010000001010001010010010010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A362A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A362A0; }

 p { color: rgb(163,98,160); }

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

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

 a { background-color: rgb(163,98,160); }

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

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

 span { border-color: rgb(163,98,160); }

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