#A36FAA

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

Shades of Violet Blue #A36FAA

Tints of Violet Blue #A36FAA

Color information

#A36FAA (or 0xA36FAA) is unknown color: approx Violet Blue. HEX triplet: A3, 6F and AA. RGB value is (163,111,170). Sum of RGB (Red+Green+Blue) = 163+111+170=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #A36FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36FAA is #5C9055. Grayscale: #858585. Windows color (decimal): -6066262 or 11169699. OLE color: 11169699.

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

Color convert

RGB163111170-
CMYK0.040.3500.33
HSL292.88º25.76%55.1%-
HSV(B)292.88º34.71%66.67%-
XYZ28.0422.0640.81-
YUV133.27148.73149.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 111 (43.75% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=36.71%
G=25%
B=38.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631111700.040.3500.33292.8825.7655.1
HexA36FAA4230211251a37
Octal2431572524430414453267
Binary10100011110111110101010100100011010000110010010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36FAA; }

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

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

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

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

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

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

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

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