Html Css Color HEX #AC47AD Violet Blue

📋 copy color: '#AC47AD'

red 172 ◦ green 71 ◦ blue 173

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

Shades of Violet Blue #AC47AD

Tints of Violet Blue #AC47AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.07%

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

R = 41.35%
G = 17.07%
B = 41.59%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC47AD (or 0xAC47AD) is known color: Violet Blue. HEX triplet: AC, 47 and AD. RGB value is (172,71,173). Sum of RGB (Red+Green+Blue) = 172+71+173=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC47AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC47AD is #53B852. Grayscale: #707070. Windows color (decimal): -5486675 or 11356076. OLE color: 11356076.

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

Color convert

RGB 172 71 173 -
CMYK 0.01 0.59 0 0.32
HSL 299.41º 0.42% 0.48% -
HSV(B) 299.41º 0.59% 0.68% -
XYZ 26.81 16.29 41.27 -
YUV 112.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 172 71 173 0.01 0.59 0 0.32 299.41 0.42 0.48
Hex AC 47 AD 1 3B 0 20 12B 2A 30
Octal 254 107 255 1 73 0 40 453 52 60
Binary 10101100 1000111 10101101 1 111011 0 100000 100101011 101010 110000

Color Harmonies of #AC47AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC47AD

Black with #AC47AD

Text Example


Text Example

White with #AC47AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC47AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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