Html Css Color HEX #A946AD Violet Blue

📋 copy color: '#A946AD'

red 169 ◦ green 70 ◦ blue 173

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

Shades of Violet Blue #A946AD

Tints of Violet Blue #A946AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.99%

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 41.02%
G = 16.99%
B = 41.99%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A946AD (or 0xA946AD) is known color: Violet Blue. HEX triplet: A9, 46 and AD. RGB value is (169,70,173). Sum of RGB (Red+Green+Blue) = 169+70+173=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #A946AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A946AD is #56B952. Grayscale: #6F6F6F. Windows color (decimal): -5683539 or 11355817. OLE color: 11355817.

HSL color Cylindrical-coordinate representation of color #A946AD: hue angle of 297.67º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A946AD is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 70 173 -
CMYK 0.02 0.60 0 0.32
HSL 297.67º 0.42% 0.48% -
HSV(B) 297.67º 0.6% 0.68% -
XYZ 26.1 15.83 41.22 -
YUV 111.34 162.8 169.12 -
System Red Green Blue C M Y K H S L
Decimal 169 70 173 0.02 0.60 0 0.32 297.67 0.42 0.48
Hex A9 46 AD 2 3C 0 20 12A 2A 30
Octal 251 106 255 2 74 0 40 452 52 60
Binary 10101001 1000110 10101101 10 111100 0 100000 100101010 101010 110000

Color Harmonies of #A946AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A946AD

Black with #A946AD

Text Example


Text Example

White with #A946AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A946AD; }

 p { color: rgb(169,70,173); }

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

background-color css

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

 a { background-color: rgb(169,70,173); }

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

border-color css

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

 span { border-color: rgb(169,70,173); }

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