Html Css Color HEX #A947A6 Violet Blue

📋 copy color: '#A947A6'

red 169 ◦ green 71 ◦ blue 166

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

Shades of Violet Blue #A947A6

Tints of Violet Blue #A947A6

RGB

 RED value IS 169 (66.41% from 255) = 41.63%

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

 BLUE value IS 166 (65.23% from 255) = 40.89%

R = 41.63%
G = 17.49%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A947A6 (or 0xA947A6) is known color: Violet Blue. HEX triplet: A9, 47 and A6. RGB value is (169,71,166). Sum of RGB (Red+Green+Blue) = 169+71+166=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A947A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A947A6 is #56B859. Grayscale: #6E6E6E. Windows color (decimal): -5683290 or 10897321. OLE color: 10897321.

HSL color Cylindrical-coordinate representation of color #A947A6: hue angle of 301.84º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A947A6 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 71 166 -
CMYK 0 0.58 0.02 0.34
HSL 301.84º 0.41% 0.47% -
HSV(B) 301.84º 0.58% 0.66% -
XYZ 25.5 15.69 37.76 -
YUV 111.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 169 71 166 0 0.58 0.02 0.34 301.84 0.41 0.47
Hex A9 47 A6 0 3A 2 22 12E 29 2F
Octal 251 107 246 0 72 2 42 456 51 57
Binary 10101001 1000111 10100110 0 111010 10 100010 100101110 101001 101111

Color Harmonies of #A947A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A947A6

Black with #A947A6

Text Example


Text Example

White with #A947A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A947A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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