#A36AAA

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

Shades of Violet Blue #A36AAA

Tints of Violet Blue #A36AAA

Color information

#A36AAA (or 0xA36AAA) is unknown color: approx Violet Blue. HEX triplet: A3, 6A and AA. RGB value is (163,106,170). Sum of RGB (Red+Green+Blue) = 163+106+170=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #A36AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36AAA is #5C9555. Grayscale: #828282. Windows color (decimal): -6067542 or 11168419. OLE color: 11168419.

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

Color convert

RGB163106170-
CMYK0.040.3800.33
HSL293.44º27.35%54.12%-
HSV(B)293.44º37.65%66.67%-
XYZ27.512140.63-
YUV130.34150.38151.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=37.13%
G=24.15%
B=38.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631061700.040.3800.33293.4427.3554.12
HexA36AAA4260211251b36
Octal2431522524460414453366
Binary10100011110101010101010100100110010000110010010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36AAA; }

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

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

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

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

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

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

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

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