#A93CA2

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

Shades of Violet Blue #A93CA2

Tints of Violet Blue #A93CA2

Color information

#A93CA2 (or 0xA93CA2) is unknown color: approx Violet Blue. HEX triplet: A9, 3C and A2. RGB value is (169,60,162). Sum of RGB (Red+Green+Blue) = 169+60+162=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A93CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93CA2 is #56C35D. Grayscale: #676767. Windows color (decimal): -5686110 or 10632361. OLE color: 10632361.

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

Color convert

RGB16960162-
CMYK00.640.040.34
HSL303.85º47.6%44.9%-
HSV(B)303.85º64.5%66.27%-
XYZ24.514.2835.65-
YUV104.22160.61174.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 60 (23.83% from 255) = 15.35%
BLUE value IS 162 (63.67% from 255) = 41.43%
R=43.22%
G=15.35%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696016200.640.040.34303.8547.644.9
HexA93CA2040422130302d
Octal2517424201004424606055
Binary101010011111001010001001000000100100010100110000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93CA2; }

 p { color: rgb(169,60,162); }

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

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

 a { background-color: rgb(169,60,162); }

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

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

 span { border-color: rgb(169,60,162); }

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