#A641A3

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

Shades of Violet Blue #A641A3

Tints of Violet Blue #A641A3

Color information

#A641A3 (or 0xA641A3) is unknown color: approx Violet Blue. HEX triplet: A6, 41 and A3. RGB value is (166,65,163). Sum of RGB (Red+Green+Blue) = 166+65+163=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A641A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A641A3 is #59BE5C. Grayscale: #6A6A6A. Windows color (decimal): -5881437 or 10699174. OLE color: 10699174.

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

Color convert

RGB16665163-
CMYK00.610.020.35
HSL301.78º43.72%45.29%-
HSV(B)301.78º60.84%65.1%-
XYZ24.2314.5336.18-
YUV106.37159.96170.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 65 (25.78% from 255) = 16.50%
BLUE value IS 163 (64.06% from 255) = 41.37%
R=42.13%
G=16.50%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666516300.610.020.35301.7843.7245.29
HexA641A303D22312e2c2d
Octal2461012430752434565455
Binary10100110100000110100011011110110100011100101110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A641A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A641A3; }

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

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

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

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

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

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

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

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