#A34299

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

Shades of Violet Blue #A34299

Tints of Violet Blue #A34299

Color information

#A34299 (or 0xA34299) is unknown color: approx Violet Blue. HEX triplet: A3, 42 and 99. RGB value is (163,66,153). Sum of RGB (Red+Green+Blue) = 163+66+153=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A34299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34299 is #5CBD66. Grayscale: #686868. Windows color (decimal): -6077799 or 10044067. OLE color: 10044067.

HSL color Cylindrical-coordinate representation of color #A34299: hue angle of 306.19º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34299 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16366153-
CMYK00.600.060.36
HSL306.19º42.36%44.9%-
HSV(B)306.19º59.51%63.92%-
XYZ22.813.9831.63-
YUV104.92155.14169.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=42.67%
G=17.28%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636615300.600.060.36306.1942.3644.9
HexA3429903C6241322a2d
Octal2431022310746444625255
Binary101000111000010100110010111100110100100100110010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34299; }

 p { color: rgb(163,66,153); }

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

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

 a { background-color: rgb(163,66,153); }

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

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

 span { border-color: rgb(163,66,153); }

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