Html Css Color HEX #AC49A1 Violet Blue

📋 copy color: '#AC49A1'

red 172 ◦ green 73 ◦ blue 161

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

Shades of Violet Blue #AC49A1

Tints of Violet Blue #AC49A1

RGB

 RED value IS 172 (67.58% from 255) = 42.36%

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

 BLUE value IS 161 (63.28% from 255) = 39.66%

R = 42.36%
G = 17.98%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC49A1 (or 0xAC49A1) is known color: Violet Blue. HEX triplet: AC, 49 and A1. RGB value is (172,73,161). Sum of RGB (Red+Green+Blue) = 172+73+161=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC49A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC49A1 is #53B65E. Grayscale: #707070. Windows color (decimal): -5486175 or 10570156. OLE color: 10570156.

HSL color Cylindrical-coordinate representation of color #AC49A1: hue angle of 306.67º 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 #AC49A1 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 161 -
CMYK 0 0.58 0.06 0.33
HSL 306.67º 0.4% 0.48% -
HSV(B) 306.67º 0.58% 0.67% -
XYZ 25.83 16.11 35.47 -
YUV 112.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 172 73 161 0 0.58 0.06 0.33 306.67 0.4 0.48
Hex AC 49 A1 0 3A 6 21 133 28 30
Octal 254 111 241 0 72 6 41 463 50 60
Binary 10101100 1001001 10100001 0 111010 110 100001 100110011 101000 110000

Color Harmonies of #AC49A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49A1

Black with #AC49A1

Text Example


Text Example

White with #AC49A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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