#A362AA

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

Shades of Violet Blue #A362AA

Tints of Violet Blue #A362AA

Color information

#A362AA (or 0xA362AA) is unknown color: approx Violet Blue. HEX triplet: A3, 62 and AA. RGB value is (163,98,170). Sum of RGB (Red+Green+Blue) = 163+98+170=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #A362AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A362AA is #5C9D55. Grayscale: #7D7D7D. Windows color (decimal): -6069590 or 11166371. OLE color: 11166371.

HSL color Cylindrical-coordinate representation of color #A362AA: hue angle of 294.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A362AA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16398170-
CMYK0.040.4200.33
HSL294.17º29.75%52.55%-
HSV(B)294.17º42.35%66.67%-
XYZ26.7319.4240.37-
YUV125.64153.03154.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=37.82%
G=22.74%
B=39.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163981700.040.4200.33294.1729.7552.55
HexA362AA42A0211261e35
Octal2431422524520414463665
Binary10100011110001010101010100101010010000110010011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A362AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A362AA; }

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

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

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

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

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

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

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

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