Html Css Color HEX #A7479D Violet Blue

📋 copy color: '#A7479D'

red 167 ◦ green 71 ◦ blue 157

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

Shades of Violet Blue #A7479D

Tints of Violet Blue #A7479D

RGB

 RED value IS 167 (65.63% from 255) = 42.28%

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

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

R = 42.28%
G = 17.97%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A7479D (or 0xA7479D) is known color: Violet Blue. HEX triplet: A7, 47 and 9D. RGB value is (167,71,157). Sum of RGB (Red+Green+Blue) = 167+71+157=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7479D is #58B862. Grayscale: #6D6D6D. Windows color (decimal): -5814371 or 10307495. OLE color: 10307495.

HSL color Cylindrical-coordinate representation of color #A7479D: hue angle of 306.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7479D is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 71 157 -
CMYK 0 0.57 0.06 0.35
HSL 306.25º 0.4% 0.47% -
HSV(B) 306.25º 0.57% 0.65% -
XYZ 24.28 15.16 33.54 -
YUV 109.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 167 71 157 0 0.57 0.06 0.35 306.25 0.4 0.47
Hex A7 47 9D 0 39 6 23 132 28 2F
Octal 247 107 235 0 71 6 43 462 50 57
Binary 10100111 1000111 10011101 0 111001 110 100011 100110010 101000 101111

Color Harmonies of #A7479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7479D

Black with #A7479D

Text Example


Text Example

White with #A7479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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