Html Css Color HEX #AC4AAD Violet Blue

📋 copy color: '#AC4AAD'

red 172 ◦ green 74 ◦ blue 173

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

Shades of Violet Blue #AC4AAD

Tints of Violet Blue #AC4AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.66%

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

R = 41.05%
G = 17.66%
B = 41.29%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC4AAD (or 0xAC4AAD) is known color: Violet Blue. HEX triplet: AC, 4A and AD. RGB value is (172,74,173). Sum of RGB (Red+Green+Blue) = 172+74+173=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC4AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4AAD is #53B552. Grayscale: #727272. Windows color (decimal): -5485907 or 11356844. OLE color: 11356844.

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

Color convert

RGB 172 74 173 -
CMYK 0.01 0.57 0 0.32
HSL 299.39º 0.4% 0.48% -
HSV(B) 299.39º 0.57% 0.68% -
XYZ 27 16.69 41.33 -
YUV 114.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 172 74 173 0.01 0.57 0 0.32 299.39 0.4 0.48
Hex AC 4A AD 1 39 0 20 12B 28 30
Octal 254 112 255 1 71 0 40 453 50 60
Binary 10101100 1001010 10101101 1 111001 0 100000 100101011 101000 110000

Color Harmonies of #AC4AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4AAD

Black with #AC4AAD

Text Example


Text Example

White with #AC4AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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