#A849AE

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

Shades of Violet Blue #A849AE

Tints of Violet Blue #A849AE

Color information

#A849AE (or 0xA849AE) is unknown color: approx Violet Blue. HEX triplet: A8, 49 and AE. RGB value is (168,73,174). Sum of RGB (Red+Green+Blue) = 168+73+174=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #A849AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A849AE is #57B651. Grayscale: #707070. Windows color (decimal): -5748306 or 11422120. OLE color: 11422120.

HSL color Cylindrical-coordinate representation of color #A849AE: hue angle of 296.44º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A849AE is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16873174-
CMYK0.030.5800.32
HSL296.44º40.89%48.43%-
HSV(B)296.44º58.05%68.24%-
XYZ26.1716.1541.78-
YUV112.92162.47167.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 73 (28.91% from 255) = 17.59%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=40.48%
G=17.59%
B=41.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168731740.030.5800.32296.4440.8948.43
HexA849AE33A0201282930
Octal2501112563720404505160
Binary10101000100100110101110111110100100000100101000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A849AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A849AE; }

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

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

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

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

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

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

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

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