Html Css Color HEX #AC46AD Violet Blue

📋 copy color: '#AC46AD'

red 172 ◦ green 70 ◦ blue 173

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

Shades of Violet Blue #AC46AD

Tints of Violet Blue #AC46AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.87%

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

R = 41.45%
G = 16.87%
B = 41.69%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC46AD (or 0xAC46AD) is known color: Violet Blue. HEX triplet: AC, 46 and AD. RGB value is (172,70,173). Sum of RGB (Red+Green+Blue) = 172+70+173=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC46AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC46AD is #53B952. Grayscale: #6F6F6F. Windows color (decimal): -5486931 or 11355820. OLE color: 11355820.

HSL color Cylindrical-coordinate representation of color #AC46AD: hue angle of 299.42º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC46AD is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 70 173 -
CMYK 0.01 0.60 0 0.32
HSL 299.42º 0.42% 0.48% -
HSV(B) 299.42º 0.6% 0.68% -
XYZ 26.75 16.17 41.25 -
YUV 112.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 172 70 173 0.01 0.60 0 0.32 299.42 0.42 0.48
Hex AC 46 AD 1 3C 0 20 12B 2A 30
Octal 254 106 255 1 74 0 40 453 52 60
Binary 10101100 1000110 10101101 1 111100 0 100000 100101011 101010 110000

Color Harmonies of #AC46AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC46AD

Black with #AC46AD

Text Example


Text Example

White with #AC46AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC46AD; }

 p { color: rgb(172,70,173); }

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

background-color css

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

 a { background-color: rgb(172,70,173); }

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

border-color css

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

 span { border-color: rgb(172,70,173); }

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