#A636A0

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

Shades of Violet Blue #A636A0

Tints of Violet Blue #A636A0

Color information

#A636A0 (or 0xA636A0) is unknown color: approx Violet Blue. HEX triplet: A6, 36 and A0. RGB value is (166,54,160). Sum of RGB (Red+Green+Blue) = 166+54+160=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A636A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A636A0 is #59C95F. Grayscale: #636363. Windows color (decimal): -5884256 or 10499750. OLE color: 10499750.

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

Color convert

RGB16654160-
CMYK00.670.040.35
HSL303.21º50.91%43.14%-
HSV(B)303.21º67.47%65.1%-
XYZ23.3913.2834.59-
YUV99.57162.11175.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 54 (21.48% from 255) = 14.21%
BLUE value IS 160 (62.89% from 255) = 42.11%
R=43.68%
G=14.21%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665416000.670.040.35303.2150.9143.14
HexA636A004342312f332b
Octal2466624001034434576353
Binary101001101101101010000001000011100100011100101111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A636A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A636A0; }

 p { color: rgb(166,54,160); }

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

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

 a { background-color: rgb(166,54,160); }

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

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

 span { border-color: rgb(166,54,160); }

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