#A641A1

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

Shades of Violet Blue #A641A1

Tints of Violet Blue #A641A1

Color information

#A641A1 (or 0xA641A1) is unknown color: approx Violet Blue. HEX triplet: A6, 41 and A1. RGB value is (166,65,161). Sum of RGB (Red+Green+Blue) = 166+65+161=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A641A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A641A1 is #59BE5E. Grayscale: #696969. Windows color (decimal): -5881439 or 10568102. OLE color: 10568102.

HSL color Cylindrical-coordinate representation of color #A641A1: hue angle of 302.97º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A641A1 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB16665161-
CMYK00.610.030.35
HSL302.97º43.72%45.29%-
HSV(B)302.97º60.84%65.1%-
XYZ24.0514.4635.24-
YUV106.14158.96170.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 65 (25.78% from 255) = 16.58%
BLUE value IS 161 (63.28% from 255) = 41.07%
R=42.35%
G=16.58%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666516100.610.030.35302.9743.7245.29
HexA641A103D32312f2c2d
Octal2461012410753434575455
Binary10100110100000110100001011110111100011100101111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A641A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A641A1; }

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

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

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

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

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

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

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

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