Html Css Color HEX #A6479A Violet Blue

📋 copy color: '#A6479A'

red 166 ◦ green 71 ◦ blue 154

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

Shades of Violet Blue #A6479A

Tints of Violet Blue #A6479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 42.46%
G = 18.16%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6479A (or 0xA6479A) is known color: Violet Blue. HEX triplet: A6, 47 and 9A. RGB value is (166,71,154). Sum of RGB (Red+Green+Blue) = 166+71+154=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6479A is #59B865. Grayscale: #6C6C6C. Windows color (decimal): -5879910 or 10110886. OLE color: 10110886.

HSL color Cylindrical-coordinate representation of color #A6479A: hue angle of 307.58º 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 #A6479A is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 71 154 -
CMYK 0 0.57 0.07 0.35
HSL 307.58º 0.4% 0.46% -
HSV(B) 307.58º 0.57% 0.65% -
XYZ 23.81 14.95 32.2 -
YUV 108.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 166 71 154 0 0.57 0.07 0.35 307.58 0.4 0.46
Hex A6 47 9A 0 39 7 23 134 28 2E
Octal 246 107 232 0 71 7 43 464 50 56
Binary 10100110 1000111 10011010 0 111001 111 100011 100110100 101000 101110

Color Harmonies of #A6479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6479A

Black with #A6479A

Text Example


Text Example

White with #A6479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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