Html Css Color HEX #AC74AA Violet Blue

📋 copy color: '#AC74AA'

red 172 ◦ green 116 ◦ blue 170

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

Shades of Violet Blue #AC74AA

Tints of Violet Blue #AC74AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.33%

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

R = 37.55%
G = 25.33%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC74AA (or 0xAC74AA) is known color: Violet Blue. HEX triplet: AC, 74 and AA. RGB value is (172,116,170). Sum of RGB (Red+Green+Blue) = 172+116+170=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC74AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC74AA is #538B55. Grayscale: #8A8A8A. Windows color (decimal): -5475158 or 11170988. OLE color: 11170988.

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

Color convert

RGB 172 116 170 -
CMYK 0 0.33 0.01 0.33
HSL 302.14º 0.25% 0.56% -
HSV(B) 302.14º 0.33% 0.67% -
XYZ 30.51 24.16 41.09 -
YUV 138.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 172 116 170 0 0.33 0.01 0.33 302.14 0.25 0.56
Hex AC 74 AA 0 21 1 21 12E 19 38
Octal 254 164 252 0 41 1 41 456 31 70
Binary 10101100 1110100 10101010 0 100001 1 100001 100101110 11001 111000

Color Harmonies of #AC74AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74AA

Black with #AC74AA

Text Example


Text Example

White with #AC74AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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