#A645A1

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

Shades of Violet Blue #A645A1

Tints of Violet Blue #A645A1

Color information

#A645A1 (or 0xA645A1) is unknown color: approx Violet Blue. HEX triplet: A6, 45 and A1. RGB value is (166,69,161). Sum of RGB (Red+Green+Blue) = 166+69+161=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A645A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A645A1 is #59BA5E. Grayscale: #6C6C6C. Windows color (decimal): -5880415 or 10569126. OLE color: 10569126.

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

Color convert

RGB16669161-
CMYK00.580.030.35
HSL303.09º41.28%46.08%-
HSV(B)303.09º58.43%65.1%-
XYZ24.2914.9435.32-
YUV108.49157.64169.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 69 (27.34% from 255) = 17.42%
BLUE value IS 161 (63.28% from 255) = 40.66%
R=41.92%
G=17.42%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666916100.580.030.35303.0941.2846.08
HexA645A103A32312f292e
Octal2461052410723434575156
Binary10100110100010110100001011101011100011100101111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A645A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A645A1; }

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

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

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

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

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

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

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

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