Html Css Color HEX #A749AD Violet Blue

📋 copy color: '#A749AD'

red 167 ◦ green 73 ◦ blue 173

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

Shades of Violet Blue #A749AD

Tints of Violet Blue #A749AD

RGB

 RED value IS 167 (65.63% from 255) = 40.44%

 GREEN value IS 73 (28.91% from 255) = 17.68%

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

R = 40.44%
G = 17.68%
B = 41.89%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A749AD (or 0xA749AD) is known color: Violet Blue. HEX triplet: A7, 49 and AD. RGB value is (167,73,173). Sum of RGB (Red+Green+Blue) = 167+73+173=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #A749AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A749AD is #58B652. Grayscale: #707070. Windows color (decimal): -5813843 or 11356583. OLE color: 11356583.

HSL color Cylindrical-coordinate representation of color #A749AD: hue angle of 296.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A749AD is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 73 173 -
CMYK 0.03 0.58 0 0.32
HSL 296.4º 0.41% 0.48% -
HSV(B) 296.4º 0.58% 0.68% -
XYZ 25.86 16 41.26 -
YUV 112.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 167 73 173 0.03 0.58 0 0.32 296.4 0.41 0.48
Hex A7 49 AD 3 3A 0 20 128 29 30
Octal 247 111 255 3 72 0 40 450 51 60
Binary 10100111 1001001 10101101 11 111010 0 100000 100101000 101001 110000

Color Harmonies of #A749AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749AD

Black with #A749AD

Text Example


Text Example

White with #A749AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749AD; }

 p { color: rgb(167,73,173); }

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

background-color css

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

 a { background-color: rgb(167,73,173); }

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

border-color css

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

 span { border-color: rgb(167,73,173); }

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