#A645AD

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

Shades of Violet Blue #A645AD

Tints of Violet Blue #A645AD

Color information

#A645AD (or 0xA645AD) is unknown color: approx Violet Blue. HEX triplet: A6, 45 and AD. RGB value is (166,69,173). Sum of RGB (Red+Green+Blue) = 166+69+173=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #A645AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A645AD is #59BA52. Grayscale: #6D6D6D. Windows color (decimal): -5880403 or 11355558. OLE color: 11355558.

HSL color Cylindrical-coordinate representation of color #A645AD: hue angle of 295.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A645AD is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16669173-
CMYK0.040.6000.32
HSL295.96º42.98%47.45%-
HSV(B)295.96º60.12%67.84%-
XYZ25.415.3841.17-
YUV109.86163.64168.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 69 (27.34% from 255) = 16.91%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=40.69%
G=16.91%
B=42.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166691730.040.6000.32295.9642.9847.45
HexA645AD43C0201282b2f
Octal2461052554740404505357
Binary101001101000101101011011001111000100000100101000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A645AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A645AD; }

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

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

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

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

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

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

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

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