Html Css Color HEX #AC50AD Violet Blue

📋 copy color: '#AC50AD'

red 172 ◦ green 80 ◦ blue 173

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

Shades of Violet Blue #AC50AD

Tints of Violet Blue #AC50AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.82%

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

R = 40.47%
G = 18.82%
B = 40.71%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC50AD (or 0xAC50AD) is known color: Violet Blue. HEX triplet: AC, 50 and AD. RGB value is (172,80,173). Sum of RGB (Red+Green+Blue) = 172+80+173=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC50AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC50AD is #53AF52. Grayscale: #757575. Windows color (decimal): -5484371 or 11358380. OLE color: 11358380.

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

Color convert

RGB 172 80 173 -
CMYK 0.01 0.54 0 0.32
HSL 299.35º 0.37% 0.5% -
HSV(B) 299.35º 0.54% 0.68% -
XYZ 27.42 17.53 41.47 -
YUV 118.11 158.98 166.44 -
System Red Green Blue C M Y K H S L
Decimal 172 80 173 0.01 0.54 0 0.32 299.35 0.37 0.5
Hex AC 50 AD 1 36 0 20 12B 25 32
Octal 254 120 255 1 66 0 40 453 45 62
Binary 10101100 1010000 10101101 1 110110 0 100000 100101011 100101 110010

Color Harmonies of #AC50AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50AD

Black with #AC50AD

Text Example


Text Example

White with #AC50AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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