#A94B9E

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

Shades of Violet Blue #A94B9E

Tints of Violet Blue #A94B9E

Color information

#A94B9E (or 0xA94B9E) is unknown color: approx Violet Blue. HEX triplet: A9, 4B and 9E. RGB value is (169,75,158). Sum of RGB (Red+Green+Blue) = 169+75+158=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A94B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94B9E is #56B461. Grayscale: #707070. Windows color (decimal): -5682274 or 10374057. OLE color: 10374057.

HSL color Cylindrical-coordinate representation of color #A94B9E: hue angle of 307.02º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94B9E is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16975158-
CMYK00.560.070.34
HSL307.02º38.52%47.84%-
HSV(B)307.02º55.62%66.27%-
XYZ25.0515.9434.1-
YUV112.57153.64168.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 75 (29.69% from 255) = 18.66%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=42.04%
G=18.66%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697515800.560.070.34307.0238.5247.84
HexA94B9E0387221332730
Octal2511132360707424634760
Binary101010011001011100111100111000111100010100110011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94B9E; }

 p { color: rgb(169,75,158); }

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

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

 a { background-color: rgb(169,75,158); }

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

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

 span { border-color: rgb(169,75,158); }

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