#A362AF

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

Shades of Violet Blue #A362AF

Tints of Violet Blue #A362AF

Color information

#A362AF (or 0xA362AF) is unknown color: approx Violet Blue. HEX triplet: A3, 62 and AF. RGB value is (163,98,175). Sum of RGB (Red+Green+Blue) = 163+98+175=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #A362AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A362AF is #5C9D50. Grayscale: #7D7D7D. Windows color (decimal): -6069585 or 11494051. OLE color: 11494051.

HSL color Cylindrical-coordinate representation of color #A362AF: hue angle of 290.65º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A362AF is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16398175-
CMYK0.070.4400.31
HSL290.65º32.49%53.53%-
HSV(B)290.65º44%68.63%-
XYZ27.2119.6242.91-
YUV126.21155.53154.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=37.39%
G=22.48%
B=40.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163981750.070.4400.31290.6532.4953.53
HexA362AF72C01F1232036
Octal2431422577540374434066
Binary10100011110001010101111111101100011111100100011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A362AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A362AF; }

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

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

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

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

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

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

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

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