#A361AF

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

Shades of Violet Blue #A361AF

Tints of Violet Blue #A361AF

Color information

#A361AF (or 0xA361AF) is unknown color: approx Violet Blue. HEX triplet: A3, 61 and AF. RGB value is (163,97,175). Sum of RGB (Red+Green+Blue) = 163+97+175=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #A361AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A361AF is #5C9E50. Grayscale: #7D7D7D. Windows color (decimal): -6069841 or 11493795. OLE color: 11493795.

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

Color convert

RGB16397175-
CMYK0.070.4500.31
HSL290.77º32.77%53.33%-
HSV(B)290.77º44.57%68.63%-
XYZ27.1219.4342.88-
YUV125.63155.87154.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=37.47%
G=22.30%
B=40.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163971750.070.4500.31290.7732.7753.33
HexA361AF72D01F1232135
Octal2431412577550374434165
Binary10100011110000110101111111101101011111100100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361AF; }

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

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

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

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

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

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

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

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