Html Css Color HEX #AC75AC Violet Blue

📋 copy color: '#AC75AC'

red 172 ◦ green 117 ◦ blue 172

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

Shades of Violet Blue #AC75AC

Tints of Violet Blue #AC75AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.38%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 37.31%
G = 25.38%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC75AC (or 0xAC75AC) is known color: Violet Blue. HEX triplet: AC, 75 and AC. RGB value is (172,117,172). Sum of RGB (Red+Green+Blue) = 172+117+172=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC75AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75AC is #538A53. Grayscale: #8B8B8B. Windows color (decimal): -5474900 or 11302316. OLE color: 11302316.

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

Color convert

RGB 172 117 172 -
CMYK 0 0.32 0 0.33
HSL 300º 0.25% 0.57% -
HSV(B) 300º 0.32% 0.67% -
XYZ 30.82 24.47 42.13 -
YUV 139.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 172 117 172 0 0.32 0 0.33 300 0.25 0.57
Hex AC 75 AC 0 20 0 21 12C 19 39
Octal 254 165 254 0 40 0 41 454 31 71
Binary 10101100 1110101 10101100 0 100000 0 100001 100101100 11001 111001

Color Harmonies of #AC75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75AC

Black with #AC75AC

Text Example


Text Example

White with #AC75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75AC; }

 p { color: rgb(172,117,172); }

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

background-color css

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

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

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

border-color css

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

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

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