#A648AA

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

Shades of Violet Blue #A648AA

Tints of Violet Blue #A648AA

Color information

#A648AA (or 0xA648AA) is unknown color: approx Violet Blue. HEX triplet: A6, 48 and AA. RGB value is (166,72,170). Sum of RGB (Red+Green+Blue) = 166+72+170=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #A648AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A648AA is #59B755. Grayscale: #6E6E6E. Windows color (decimal): -5879638 or 11159718. OLE color: 11159718.

HSL color Cylindrical-coordinate representation of color #A648AA: hue angle of 297.55º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A648AA is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16672170-
CMYK0.020.5800.33
HSL297.55º40.5%47.45%-
HSV(B)297.55º57.65%66.67%-
XYZ25.315.6439.72-
YUV111.28161.14167.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=40.69%
G=17.65%
B=41.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166721700.020.5800.33297.5540.547.45
HexA648AA23A02112a282f
Octal2461102522720414525057
Binary10100110100100010101010101110100100001100101010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A648AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A648AA; }

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

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

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

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

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

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

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

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