Html Css Color HEX #AC0682 Medium Violet Red

📋 copy color: '#AC0682'

red 172 ◦ green 6 ◦ blue 130

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

Shades of Medium Violet Red #AC0682

Tints of Medium Violet Red #AC0682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

 BLUE value IS 130 (51.17% from 255) = 42.21%

R = 55.84%
G = 1.95%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC0682 (or 0xAC0682) is known color: Medium Violet Red. HEX triplet: AC, 06 and 82. RGB value is (172,6,130). Sum of RGB (Red+Green+Blue) = 172+6+130=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0682 is #53F97D. Grayscale: #454545. Windows color (decimal): -5503358 or 8521388. OLE color: 8521388.

HSL color Cylindrical-coordinate representation of color #AC0682: hue angle of 315.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0682 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 6 130 -
CMYK 0 0.97 0.24 0.33
HSL 315.18º 0.93% 0.35% -
HSV(B) 315.18º 0.97% 0.67% -
XYZ 21.11 10.51 22.04 -
YUV 69.77 162 200.92 -
System Red Green Blue C M Y K H S L
Decimal 172 6 130 0 0.97 0.24 0.33 315.18 0.93 0.35
Hex AC 6 82 0 61 18 21 13B 5D 23
Octal 254 6 202 0 141 30 41 473 135 43
Binary 10101100 110 10000010 0 1100001 11000 100001 100111011 1011101 100011

Color Harmonies of #AC0682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0682

Black with #AC0682

Text Example


Text Example

White with #AC0682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0682; }

 p { color: rgb(172,6,130); }

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

background-color css

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

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

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

border-color css

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

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

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