Html Css Color HEX #A34997 Violet Blue

📋 copy color: '#A34997'

red 163 ◦ green 73 ◦ blue 151

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

Shades of Violet Blue #A34997

Tints of Violet Blue #A34997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.02%

R = 42.12%
G = 18.86%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A34997 (or 0xA34997) is known color: Violet Blue. HEX triplet: A3, 49 and 97. RGB value is (163,73,151). Sum of RGB (Red+Green+Blue) = 163+73+151=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A34997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34997 is #5CB668. Grayscale: #6C6C6C. Windows color (decimal): -6076009 or 9914787. OLE color: 9914787.

HSL color Cylindrical-coordinate representation of color #A34997: hue angle of 308º 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 #A34997 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 151 -
CMYK 0 0.55 0.07 0.36
HSL 308º 0.38% 0.46% -
HSV(B) 308º 0.55% 0.64% -
XYZ 23.07 14.79 30.92 -
YUV 108.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 163 73 151 0 0.55 0.07 0.36 308 0.38 0.46
Hex A3 49 97 0 37 7 24 134 26 2E
Octal 243 111 227 0 67 7 44 464 46 56
Binary 10100011 1001001 10010111 0 110111 111 100100 100110100 100110 101110

Color Harmonies of #A34997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34997

Black with #A34997

Text Example


Text Example

White with #A34997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34997; }

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

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

background-color css

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

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

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

border-color css

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

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

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