Html Css Color HEX #AC0885 Medium Violet Red

📋 copy color: '#AC0885'

red 172 ◦ green 8 ◦ blue 133

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

Shades of Medium Violet Red #AC0885

Tints of Medium Violet Red #AC0885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 133 (52.34% from 255) = 42.49%

R = 54.95%
G = 2.56%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC0885 (or 0xAC0885) is known color: Medium Violet Red. HEX triplet: AC, 08 and 85. RGB value is (172,8,133). Sum of RGB (Red+Green+Blue) = 172+8+133=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0885 is #53F77A. Grayscale: #464646. Windows color (decimal): -5502843 or 8718508. OLE color: 8718508.

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

Color convert

RGB 172 8 133 -
CMYK 0 0.95 0.23 0.33
HSL 314.27º 0.91% 0.35% -
HSV(B) 314.27º 0.95% 0.67% -
XYZ 21.33 10.64 23.12 -
YUV 71.29 162.83 199.84 -
System Red Green Blue C M Y K H S L
Decimal 172 8 133 0 0.95 0.23 0.33 314.27 0.91 0.35
Hex AC 8 85 0 5F 17 21 13A 5B 23
Octal 254 10 205 0 137 27 41 472 133 43
Binary 10101100 1000 10000101 0 1011111 10111 100001 100111010 1011011 100011

Color Harmonies of #AC0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0885

Black with #AC0885

Text Example


Text Example

White with #AC0885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0885; }

 p { color: rgb(172,8,133); }

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

background-color css

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

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

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

border-color css

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

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

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