#A648A0

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

Shades of Violet Blue #A648A0

Tints of Violet Blue #A648A0

Color information

#A648A0 (or 0xA648A0) is unknown color: approx Violet Blue. HEX triplet: A6, 48 and A0. RGB value is (166,72,160). Sum of RGB (Red+Green+Blue) = 166+72+160=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A648A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A648A0 is #59B75F. Grayscale: #6D6D6D. Windows color (decimal): -5879648 or 10504358. OLE color: 10504358.

HSL color Cylindrical-coordinate representation of color #A648A0: hue angle of 303.83º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A648A0 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16672160-
CMYK00.570.040.35
HSL303.83º39.5%46.67%-
HSV(B)303.83º56.63%65.1%-
XYZ24.3915.2834.92-
YUV110.14156.14167.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 72 (28.52% from 255) = 18.09%
BLUE value IS 160 (62.89% from 255) = 40.20%
R=41.71%
G=18.09%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667216000.570.040.35303.8339.546.67
HexA648A0039423130272f
Octal2461102400714434604757
Binary101001101001000101000000111001100100011100110000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A648A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A648A0; }

 p { color: rgb(166,72,160); }

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

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

 a { background-color: rgb(166,72,160); }

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

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

 span { border-color: rgb(166,72,160); }

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