#A644A4

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

Shades of Violet Blue #A644A4

Tints of Violet Blue #A644A4

Color information

#A644A4 (or 0xA644A4) is unknown color: approx Violet Blue. HEX triplet: A6, 44 and A4. RGB value is (166,68,164). Sum of RGB (Red+Green+Blue) = 166+68+164=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A644A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A644A4 is #59BB5B. Grayscale: #6B6B6B. Windows color (decimal): -5880668 or 10765478. OLE color: 10765478.

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

Color convert

RGB16668164-
CMYK00.590.010.35
HSL301.22º41.88%45.88%-
HSV(B)301.22º59.04%65.1%-
XYZ24.4914.9236.71-
YUV108.25159.47169.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 68 (26.95% from 255) = 17.09%
BLUE value IS 164 (64.45% from 255) = 41.21%
R=41.71%
G=17.09%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666816400.590.010.35301.2241.8845.88
HexA644A403B12312d2a2e
Octal2461042440731434555256
Binary1010011010001001010010001110111100011100101101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A644A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A644A4; }

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

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

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

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

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

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

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

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