#A94893

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

Shades of Violet Blue #A94893

Tints of Violet Blue #A94893

Color information

#A94893 (or 0xA94893) is unknown color: approx Violet Blue. HEX triplet: A9, 48 and 93. RGB value is (169,72,147). Sum of RGB (Red+Green+Blue) = 169+72+147=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A94893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94893 is #56B76C. Grayscale: #6D6D6D. Windows color (decimal): -5683053 or 9652393. OLE color: 9652393.

HSL color Cylindrical-coordinate representation of color #A94893: hue angle of 313.61º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94893 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB16972147-
CMYK00.570.130.34
HSL313.61º40.25%47.25%-
HSV(B)313.61º57.4%66.27%-
XYZ23.9515.1829.27-
YUV109.55149.14170.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 72 (28.52% from 255) = 18.56%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=43.56%
G=18.56%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697214700.570.130.34313.6140.2547.25
HexA94893039D2213a282f
Octal25111022307115424725057
Binary1010100110010001001001101110011101100010100111010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94893; }

 p { color: rgb(169,72,147); }

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

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

 a { background-color: rgb(169,72,147); }

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

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

 span { border-color: rgb(169,72,147); }

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