Html Css Color HEX #AC77AF Violet Blue

📋 copy color: '#AC77AF'

red 172 ◦ green 119 ◦ blue 175

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

Shades of Violet Blue #AC77AF

Tints of Violet Blue #AC77AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.54%

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

R = 36.91%
G = 25.54%
B = 37.55%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC77AF (or 0xAC77AF) is known color: Violet Blue. HEX triplet: AC, 77 and AF. RGB value is (172,119,175). Sum of RGB (Red+Green+Blue) = 172+119+175=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC77AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77AF is #538850. Grayscale: #8D8D8D. Windows color (decimal): -5474385 or 11499436. OLE color: 11499436.

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

Color convert

RGB 172 119 175 -
CMYK 0.02 0.32 0 0.31
HSL 296.79º 0.26% 0.58% -
HSV(B) 296.79º 0.32% 0.69% -
XYZ 31.35 25.06 43.74 -
YUV 141.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 172 119 175 0.02 0.32 0 0.31 296.79 0.26 0.58
Hex AC 77 AF 2 20 0 1F 129 1A 3A
Octal 254 167 257 2 40 0 37 451 32 72
Binary 10101100 1110111 10101111 10 100000 0 11111 100101001 11010 111010

Color Harmonies of #AC77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77AF

Black with #AC77AF

Text Example


Text Example

White with #AC77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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