Html Css Color HEX #A34595 Violet Blue

📋 copy color: '#A34595'

red 163 ◦ green 69 ◦ blue 149

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

Shades of Violet Blue #A34595

Tints of Violet Blue #A34595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.11%

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

R = 42.78%
G = 18.11%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A34595 (or 0xA34595) is known color: Violet Blue. HEX triplet: A3, 45 and 95. RGB value is (163,69,149). Sum of RGB (Red+Green+Blue) = 163+69+149=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A34595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34595 is #5CBA6A. Grayscale: #6A6A6A. Windows color (decimal): -6077035 or 9782691. OLE color: 9782691.

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

Color convert

RGB 163 69 149 -
CMYK 0 0.58 0.09 0.36
HSL 308.94º 0.41% 0.45% -
HSV(B) 308.94º 0.58% 0.64% -
XYZ 22.66 14.21 29.98 -
YUV 106.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 163 69 149 0 0.58 0.09 0.36 308.94 0.41 0.45
Hex A3 45 95 0 3A 9 24 135 29 2D
Octal 243 105 225 0 72 11 44 465 51 55
Binary 10100011 1000101 10010101 0 111010 1001 100100 100110101 101001 101101

Color Harmonies of #A34595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34595

Black with #A34595

Text Example


Text Example

White with #A34595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34595; }

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

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

background-color css

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

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

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

border-color css

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

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

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