#A849AA

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

Shades of Violet Blue #A849AA

Tints of Violet Blue #A849AA

Color information

#A849AA (or 0xA849AA) is unknown color: approx Violet Blue. HEX triplet: A8, 49 and AA. RGB value is (168,73,170). Sum of RGB (Red+Green+Blue) = 168+73+170=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #A849AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A849AA is #57B655. Grayscale: #707070. Windows color (decimal): -5748310 or 11159976. OLE color: 11159976.

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

Color convert

RGB16873170-
CMYK0.010.5700.33
HSL298.76º39.92%47.65%-
HSV(B)298.76º57.06%66.67%-
XYZ25.7915.9939.76-
YUV112.46160.47167.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 73 (28.91% from 255) = 17.76%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=40.88%
G=17.76%
B=41.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168731700.010.5700.33298.7639.9247.65
HexA849AA13902112b2830
Octal2501112521710414535060
Binary1010100010010011010101011110010100001100101011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A849AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A849AA; }

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

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

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

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

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

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

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

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