Html Css Color HEX #A6479D Violet Blue

📋 copy color: '#A6479D'

red 166 ◦ green 71 ◦ blue 157

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

Shades of Violet Blue #A6479D

Tints of Violet Blue #A6479D

RGB

 RED value IS 166 (65.23% from 255) = 42.13%

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

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

R = 42.13%
G = 18.02%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6479D (or 0xA6479D) is known color: Violet Blue. HEX triplet: A6, 47 and 9D. RGB value is (166,71,157). Sum of RGB (Red+Green+Blue) = 166+71+157=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6479D is #59B862. Grayscale: #6C6C6C. Windows color (decimal): -5879907 or 10307494. OLE color: 10307494.

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

Color convert

RGB 166 71 157 -
CMYK 0 0.57 0.05 0.35
HSL 305.68º 0.4% 0.46% -
HSV(B) 305.68º 0.57% 0.65% -
XYZ 24.06 15.05 33.53 -
YUV 109.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 166 71 157 0 0.57 0.05 0.35 305.68 0.4 0.46
Hex A6 47 9D 0 39 5 23 132 28 2E
Octal 246 107 235 0 71 5 43 462 50 56
Binary 10100110 1000111 10011101 0 111001 101 100011 100110010 101000 101110

Color Harmonies of #A6479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6479D

Black with #A6479D

Text Example


Text Example

White with #A6479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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