Html Css Color HEX #A973AD Violet Blue

📋 copy color: '#A973AD'

red 169 ◦ green 115 ◦ blue 173

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

Shades of Violet Blue #A973AD

Tints of Violet Blue #A973AD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.16%

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

R = 36.98%
G = 25.16%
B = 37.86%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A973AD (or 0xA973AD) is known color: Violet Blue. HEX triplet: A9, 73 and AD. RGB value is (169,115,173). Sum of RGB (Red+Green+Blue) = 169+115+173=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #A973AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A973AD is #568C52. Grayscale: #898989. Windows color (decimal): -5672019 or 11367337. OLE color: 11367337.

HSL color Cylindrical-coordinate representation of color #A973AD: hue angle of 295.86º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A973AD is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 115 173 -
CMYK 0.02 0.34 0 0.32
HSL 295.86º 0.26% 0.56% -
HSV(B) 295.86º 0.34% 0.68% -
XYZ 30.04 23.71 42.53 -
YUV 137.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 169 115 173 0.02 0.34 0 0.32 295.86 0.26 0.56
Hex A9 73 AD 2 22 0 20 128 1A 38
Octal 251 163 255 2 42 0 40 450 32 70
Binary 10101001 1110011 10101101 10 100010 0 100000 100101000 11010 111000

Color Harmonies of #A973AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A973AD

Black with #A973AD

Text Example


Text Example

White with #A973AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A973AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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