Html Css Color HEX #AC76AF Violet Blue

📋 copy color: '#AC76AF'

red 172 ◦ green 118 ◦ blue 175

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

Shades of Violet Blue #AC76AF

Tints of Violet Blue #AC76AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.38%

 BLUE value IS 175 (68.75% from 255) = 37.63%

R = 36.99%
G = 25.38%
B = 37.63%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC76AF (or 0xAC76AF) is known color: Violet Blue. HEX triplet: AC, 76 and AF. RGB value is (172,118,175). Sum of RGB (Red+Green+Blue) = 172+118+175=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC76AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC76AF is #538950. Grayscale: #8C8C8C. Windows color (decimal): -5474641 or 11499180. OLE color: 11499180.

HSL color Cylindrical-coordinate representation of color #AC76AF: hue angle of 296.84º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC76AF is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 118 175 -
CMYK 0.02 0.33 0 0.31
HSL 296.84º 0.26% 0.57% -
HSV(B) 296.84º 0.33% 0.69% -
XYZ 31.23 24.82 43.7 -
YUV 140.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 172 118 175 0.02 0.33 0 0.31 296.84 0.26 0.57
Hex AC 76 AF 2 21 0 1F 129 1A 39
Octal 254 166 257 2 41 0 37 451 32 71
Binary 10101100 1110110 10101111 10 100001 0 11111 100101001 11010 111001

Color Harmonies of #AC76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76AF

Black with #AC76AF

Text Example


Text Example

White with #AC76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76AF; }

 p { color: rgb(172,118,175); }

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

background-color css

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

 a { background-color: rgb(172,118,175); }

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

border-color css

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

 span { border-color: rgb(172,118,175); }

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