#A36AAF

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

Shades of Violet Blue #A36AAF

Tints of Violet Blue #A36AAF

Color information

#A36AAF (or 0xA36AAF) is unknown color: approx Violet Blue. HEX triplet: A3, 6A and AF. RGB value is (163,106,175). Sum of RGB (Red+Green+Blue) = 163+106+175=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #A36AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36AAF is #5C9550. Grayscale: #828282. Windows color (decimal): -6067537 or 11496099. OLE color: 11496099.

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

Color convert

RGB163106175-
CMYK0.070.3900.31
HSL289.57º30.13%55.1%-
HSV(B)289.57º39.43%68.63%-
XYZ2821.1943.17-
YUV130.91152.88150.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=36.71%
G=23.87%
B=39.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631061750.070.3900.31289.5730.1355.1
HexA36AAF72701F1221e37
Octal2431522577470374423667
Binary1010001111010101010111111110011101111110010001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36AAF; }

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

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

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

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

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

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

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

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