Html Css Color HEX #AC4DAA Violet Blue

📋 copy color: '#AC4DAA'

red 172 ◦ green 77 ◦ blue 170

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

Shades of Violet Blue #AC4DAA

Tints of Violet Blue #AC4DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.38%

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 41.05%
G = 18.38%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC4DAA (or 0xAC4DAA) is known color: Violet Blue. HEX triplet: AC, 4D and AA. RGB value is (172,77,170). Sum of RGB (Red+Green+Blue) = 172+77+170=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4DAA is #53B255. Grayscale: #737373. Windows color (decimal): -5485142 or 11161004. OLE color: 11161004.

HSL color Cylindrical-coordinate representation of color #AC4DAA: hue angle of 301.26º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4DAA is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 77 170 -
CMYK 0 0.55 0.01 0.33
HSL 301.26º 0.38% 0.49% -
HSV(B) 301.26º 0.55% 0.67% -
XYZ 26.92 16.98 39.89 -
YUV 116.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 172 77 170 0 0.55 0.01 0.33 301.26 0.38 0.49
Hex AC 4D AA 0 37 1 21 12D 26 31
Octal 254 115 252 0 67 1 41 455 46 61
Binary 10101100 1001101 10101010 0 110111 1 100001 100101101 100110 110001

Color Harmonies of #AC4DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DAA

Black with #AC4DAA

Text Example


Text Example

White with #AC4DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DAA; }

 p { color: rgb(172,77,170); }

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

background-color css

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

 a { background-color: rgb(172,77,170); }

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

border-color css

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

 span { border-color: rgb(172,77,170); }

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