Html Css Color HEX #AC49A8 Violet Blue

📋 copy color: '#AC49A8'

red 172 ◦ green 73 ◦ blue 168

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

Shades of Violet Blue #AC49A8

Tints of Violet Blue #AC49A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 41.65%
G = 17.68%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC49A8 (or 0xAC49A8) is known color: Violet Blue. HEX triplet: AC, 49 and A8. RGB value is (172,73,168). Sum of RGB (Red+Green+Blue) = 172+73+168=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC49A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC49A8 is #53B657. Grayscale: #717171. Windows color (decimal): -5486168 or 11028908. OLE color: 11028908.

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

Color convert

RGB 172 73 168 -
CMYK 0 0.58 0.02 0.33
HSL 302.42º 0.4% 0.48% -
HSV(B) 302.42º 0.58% 0.67% -
XYZ 26.46 16.36 38.81 -
YUV 113.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 172 73 168 0 0.58 0.02 0.33 302.42 0.4 0.48
Hex AC 49 A8 0 3A 2 21 12E 28 30
Octal 254 111 250 0 72 2 41 456 50 60
Binary 10101100 1001001 10101000 0 111010 10 100001 100101110 101000 110000

Color Harmonies of #AC49A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49A8

Black with #AC49A8

Text Example


Text Example

White with #AC49A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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