Html Css Color HEX #A3479D Violet Blue

📋 copy color: '#A3479D'

red 163 ◦ green 71 ◦ blue 157

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

Shades of Violet Blue #A3479D

Tints of Violet Blue #A3479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.16%

 BLUE value IS 157 (61.72% from 255) = 40.15%

R = 41.69%
G = 18.16%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A3479D (or 0xA3479D) is known color: Violet Blue. HEX triplet: A3, 47 and 9D. RGB value is (163,71,157). Sum of RGB (Red+Green+Blue) = 163+71+157=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A3479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3479D is #5CB862. Grayscale: #6C6C6C. Windows color (decimal): -6076515 or 10307491. OLE color: 10307491.

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

Color convert

RGB 163 71 157 -
CMYK 0 0.56 0.04 0.36
HSL 303.91º 0.39% 0.46% -
HSV(B) 303.91º 0.56% 0.64% -
XYZ 23.44 14.73 33.51 -
YUV 108.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 163 71 157 0 0.56 0.04 0.36 303.91 0.39 0.46
Hex A3 47 9D 0 38 4 24 130 27 2E
Octal 243 107 235 0 70 4 44 460 47 56
Binary 10100011 1000111 10011101 0 111000 100 100100 100110000 100111 101110

Color Harmonies of #A3479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3479D

Black with #A3479D

Text Example


Text Example

White with #A3479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3479D; }

 p { color: rgb(163,71,157); }

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

background-color css

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

 a { background-color: rgb(163,71,157); }

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

border-color css

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

 span { border-color: rgb(163,71,157); }

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