#A34893

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

Shades of Violet Blue #A34893

Tints of Violet Blue #A34893

Color information

#A34893 (or 0xA34893) is unknown color: approx Violet Blue. HEX triplet: A3, 48 and 93. RGB value is (163,72,147). Sum of RGB (Red+Green+Blue) = 163+72+147=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A34893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34893 is #5CB76C. Grayscale: #6B6B6B. Windows color (decimal): -6076269 or 9652387. OLE color: 9652387.

HSL color Cylindrical-coordinate representation of color #A34893: hue angle of 310.55º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34893 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16372147-
CMYK00.560.100.36
HSL310.55º38.72%46.08%-
HSV(B)310.55º55.83%63.92%-
XYZ22.6914.5329.21-
YUV107.76150.15167.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=42.67%
G=18.85%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637214700.560.100.36310.5538.7246.08
HexA34893038A24137272e
Octal24311022307012444674756
Binary1010001110010001001001101110001010100100100110111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34893; }

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

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

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

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

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

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

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

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