#A362AB

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

Shades of Violet Blue #A362AB

Tints of Violet Blue #A362AB

Color information

#A362AB (or 0xA362AB) is unknown color: approx Violet Blue. HEX triplet: A3, 62 and AB. RGB value is (163,98,171). Sum of RGB (Red+Green+Blue) = 163+98+171=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #A362AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A362AB is #5C9D54. Grayscale: #7D7D7D. Windows color (decimal): -6069589 or 11231907. OLE color: 11231907.

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

Color convert

RGB16398171-
CMYK0.050.4300.33
HSL293.42º30.29%52.75%-
HSV(B)293.42º42.69%67.06%-
XYZ26.8219.4640.87-
YUV125.76153.53154.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=37.73%
G=22.69%
B=39.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163981710.050.4300.33293.4230.2952.75
HexA362AB52B0211251e35
Octal2431422535530414453665
Binary10100011110001010101011101101011010000110010010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A362AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A362AB; }

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

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

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

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

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

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

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

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