Html Css Color HEX #AC75AD Violet Blue

📋 copy color: '#AC75AD'

red 172 ◦ green 117 ◦ blue 173

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

Shades of Violet Blue #AC75AD

Tints of Violet Blue #AC75AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 37.23%
G = 25.32%
B = 37.45%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC75AD (or 0xAC75AD) is known color: Violet Blue. HEX triplet: AC, 75 and AD. RGB value is (172,117,173). Sum of RGB (Red+Green+Blue) = 172+117+173=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC75AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75AD is #538A52. Grayscale: #8B8B8B. Windows color (decimal): -5474899 or 11367852. OLE color: 11367852.

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

Color convert

RGB 172 117 173 -
CMYK 0.01 0.32 0 0.32
HSL 298.93º 0.25% 0.57% -
HSV(B) 298.93º 0.32% 0.68% -
XYZ 30.92 24.51 42.64 -
YUV 139.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 172 117 173 0.01 0.32 0 0.32 298.93 0.25 0.57
Hex AC 75 AD 1 20 0 20 12B 19 39
Octal 254 165 255 1 40 0 40 453 31 71
Binary 10101100 1110101 10101101 1 100000 0 100000 100101011 11001 111001

Color Harmonies of #AC75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75AD

Black with #AC75AD

Text Example


Text Example

White with #AC75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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