Html Css Color HEX #A34D95 Violet Blue

📋 copy color: '#A34D95'

red 163 ◦ green 77 ◦ blue 149

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

Shades of Violet Blue #A34D95

Tints of Violet Blue #A34D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.79%

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 41.9%
G = 19.79%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A34D95 (or 0xA34D95) is known color: Violet Blue. HEX triplet: A3, 4D and 95. RGB value is (163,77,149). Sum of RGB (Red+Green+Blue) = 163+77+149=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34D95 is #5CB26A. Grayscale: #6E6E6E. Windows color (decimal): -6074987 or 9784739. OLE color: 9784739.

HSL color Cylindrical-coordinate representation of color #A34D95: hue angle of 309.77º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A34D95 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 77 149 -
CMYK 0 0.53 0.09 0.36
HSL 309.77º 0.36% 0.47% -
HSV(B) 309.77º 0.53% 0.64% -
XYZ 23.18 15.26 30.16 -
YUV 110.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 163 77 149 0 0.53 0.09 0.36 309.77 0.36 0.47
Hex A3 4D 95 0 35 9 24 136 24 2F
Octal 243 115 225 0 65 11 44 466 44 57
Binary 10100011 1001101 10010101 0 110101 1001 100100 100110110 100100 101111

Color Harmonies of #A34D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34D95

Black with #A34D95

Text Example


Text Example

White with #A34D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34D95; }

 p { color: rgb(163,77,149); }

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

background-color css

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

 a { background-color: rgb(163,77,149); }

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

border-color css

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

 span { border-color: rgb(163,77,149); }

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