#A645A4

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

Shades of Violet Blue #A645A4

Tints of Violet Blue #A645A4

Color information

#A645A4 (or 0xA645A4) is unknown color: approx Violet Blue. HEX triplet: A6, 45 and A4. RGB value is (166,69,164). Sum of RGB (Red+Green+Blue) = 166+69+164=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A645A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A645A4 is #59BA5B. Grayscale: #6C6C6C. Windows color (decimal): -5880412 or 10765734. OLE color: 10765734.

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

Color convert

RGB16669164-
CMYK00.580.010.35
HSL301.24º41.28%46.08%-
HSV(B)301.24º58.43%65.1%-
XYZ24.5515.0436.73-
YUV108.83159.14168.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 164 (64.45% from 255) = 41.10%
R=41.60%
G=17.29%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666916400.580.010.35301.2441.2846.08
HexA645A403A12312d292e
Octal2461052440721434555156
Binary1010011010001011010010001110101100011100101101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A645A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A645A4; }

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

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

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

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

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

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

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

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