Html Css Color HEX #A34999 Violet Blue

📋 copy color: '#A34999'

red 163 ◦ green 73 ◦ blue 153

#A34999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A34999

Tints of Violet Blue #A34999

RGB

 RED value IS 163 (64.06% from 255) = 41.9%

 GREEN value IS 73 (28.91% from 255) = 18.77%

 BLUE value IS 153 (60.16% from 255) = 39.33%

R = 41.9%
G = 18.77%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A34999 (or 0xA34999) is known color: Violet Blue. HEX triplet: A3, 49 and 99. RGB value is (163,73,153). Sum of RGB (Red+Green+Blue) = 163+73+153=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A34999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34999 is #5CB666. Grayscale: #6C6C6C. Windows color (decimal): -6076007 or 10045859. OLE color: 10045859.

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

Color convert

RGB 163 73 153 -
CMYK 0 0.55 0.06 0.36
HSL 306.67º 0.38% 0.46% -
HSV(B) 306.67º 0.55% 0.64% -
XYZ 23.24 14.85 31.78 -
YUV 109.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 163 73 153 0 0.55 0.06 0.36 306.67 0.38 0.46
Hex A3 49 99 0 37 6 24 133 26 2E
Octal 243 111 231 0 67 6 44 463 46 56
Binary 10100011 1001001 10011001 0 110111 110 100100 100110011 100110 101110

Color Harmonies of #A34999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34999

Black with #A34999

Text Example


Text Example

White with #A34999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34999; }

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

 H1.HeaderClassName
 {
   color: #A34999;
 }
 .AnyTagClassName
 {
   color: #A34999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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