#A848AA

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

Shades of Violet Blue #A848AA

Tints of Violet Blue #A848AA

Color information

#A848AA (or 0xA848AA) is unknown color: approx Violet Blue. HEX triplet: A8, 48 and AA. RGB value is (168,72,170). Sum of RGB (Red+Green+Blue) = 168+72+170=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #A848AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A848AA is #57B755. Grayscale: #6F6F6F. Windows color (decimal): -5748566 or 11159720. OLE color: 11159720.

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

Color convert

RGB16872170-
CMYK0.010.5800.33
HSL298.78º40.5%47.45%-
HSV(B)298.78º57.65%66.67%-
XYZ25.7215.8639.74-
YUV111.88160.8168.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 72 (28.52% from 255) = 17.56%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=40.98%
G=17.56%
B=41.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168721700.010.5800.33298.7840.547.45
HexA848AA13A02112b282f
Octal2501102521720414535057
Binary1010100010010001010101011110100100001100101011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A848AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A848AA; }

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

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

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

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

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

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

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

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