Html Css Color HEX #AC0283 Medium Violet Red

📋 copy color: '#AC0283'

red 172 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #AC0283

Tints of Medium Violet Red #AC0283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 131 (51.56% from 255) = 42.95%

R = 56.39%
G = 0.66%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC0283 (or 0xAC0283) is known color: Medium Violet Red. HEX triplet: AC, 02 and 83. RGB value is (172,2,131). Sum of RGB (Red+Green+Blue) = 172+2+131=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0283 is #53FD7C. Grayscale: #434343. Windows color (decimal): -5504381 or 8585900. OLE color: 8585900.

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

Color convert

RGB 172 2 131 -
CMYK 0 0.99 0.24 0.33
HSL 314.47º 0.98% 0.34% -
HSV(B) 314.47º 0.99% 0.67% -
XYZ 21.13 10.45 22.38 -
YUV 67.54 163.82 202.51 -
System Red Green Blue C M Y K H S L
Decimal 172 2 131 0 0.99 0.24 0.33 314.47 0.98 0.34
Hex AC 2 83 0 63 18 21 13A 62 22
Octal 254 2 203 0 143 30 41 472 142 42
Binary 10101100 10 10000011 0 1100011 11000 100001 100111010 1100010 100010

Color Harmonies of #AC0283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0283

Black with #AC0283

Text Example


Text Example

White with #AC0283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0283; }

 p { color: rgb(172,2,131); }

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

background-color css

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

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

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

border-color css

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

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

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