#A636A1

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

Shades of Violet Blue #A636A1

Tints of Violet Blue #A636A1

Color information

#A636A1 (or 0xA636A1) is unknown color: approx Violet Blue. HEX triplet: A6, 36 and A1. RGB value is (166,54,161). Sum of RGB (Red+Green+Blue) = 166+54+161=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A636A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A636A1 is #59C95E. Grayscale: #636363. Windows color (decimal): -5884255 or 10565286. OLE color: 10565286.

HSL color Cylindrical-coordinate representation of color #A636A1: hue angle of 302.68º 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 #A636A1 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB16654161-
CMYK00.670.030.35
HSL302.68º50.91%43.14%-
HSV(B)302.68º67.47%65.1%-
XYZ23.4813.3235.05-
YUV99.69162.61175.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 54 (21.48% from 255) = 14.17%
BLUE value IS 161 (63.28% from 255) = 42.26%
R=43.57%
G=14.17%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665416100.670.030.35302.6850.9143.14
HexA636A104332312f332b
Octal2466624101033434576353
Binary10100110110110101000010100001111100011100101111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A636A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A636A1; }

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

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

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

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

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

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

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

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