#A361AA

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

Shades of Violet Blue #A361AA

Tints of Violet Blue #A361AA

Color information

#A361AA (or 0xA361AA) is unknown color: approx Violet Blue. HEX triplet: A3, 61 and AA. RGB value is (163,97,170). Sum of RGB (Red+Green+Blue) = 163+97+170=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #A361AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A361AA is #5C9E55. Grayscale: #7C7C7C. Windows color (decimal): -6069846 or 11166115. OLE color: 11166115.

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

Color convert

RGB16397170-
CMYK0.040.4300.33
HSL294.25º30.04%52.35%-
HSV(B)294.25º42.94%66.67%-
XYZ26.6319.2440.34-
YUV125.06153.37155.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=37.91%
G=22.56%
B=39.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163971700.040.4300.33294.2530.0452.35
HexA361AA42B0211261e34
Octal2431412524530414463664
Binary10100011110000110101010100101011010000110010011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361AA; }

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

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

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

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

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

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

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

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