Html Css Color HEX #A749AC Violet Blue

📋 copy color: '#A749AC'

red 167 ◦ green 73 ◦ blue 172

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

Shades of Violet Blue #A749AC

Tints of Violet Blue #A749AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.75%

R = 40.53%
G = 17.72%
B = 41.75%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A749AC (or 0xA749AC) is known color: Violet Blue. HEX triplet: A7, 49 and AC. RGB value is (167,73,172). Sum of RGB (Red+Green+Blue) = 167+73+172=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #A749AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A749AC is #58B653. Grayscale: #707070. Windows color (decimal): -5813844 or 11291047. OLE color: 11291047.

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

Color convert

RGB 167 73 172 -
CMYK 0.03 0.58 0 0.33
HSL 296.97º 0.4% 0.48% -
HSV(B) 296.97º 0.58% 0.67% -
XYZ 25.77 15.96 40.75 -
YUV 112.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 167 73 172 0.03 0.58 0 0.33 296.97 0.4 0.48
Hex A7 49 AC 3 3A 0 21 129 28 30
Octal 247 111 254 3 72 0 41 451 50 60
Binary 10100111 1001001 10101100 11 111010 0 100001 100101001 101000 110000

Color Harmonies of #A749AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749AC

Black with #A749AC

Text Example


Text Example

White with #A749AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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