Html Css Color HEX #AC4285 Medium Red Violet

📋 copy color: '#AC4285'

red 172 ◦ green 66 ◦ blue 133

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

Shades of Medium Red Violet #AC4285

Tints of Medium Red Violet #AC4285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

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

R = 46.36%
G = 17.79%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC4285 (or 0xAC4285) is known color: Medium Red Violet. HEX triplet: AC, 42 and 85. RGB value is (172,66,133). Sum of RGB (Red+Green+Blue) = 172+66+133=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4285 is #53BD7A. Grayscale: #696969. Windows color (decimal): -5487995 or 8733356. OLE color: 8733356.

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

Color convert

RGB 172 66 133 -
CMYK 0 0.62 0.23 0.33
HSL 322.08º 0.45% 0.47% -
HSV(B) 322.08º 0.62% 0.67% -
XYZ 23.2 14.36 23.74 -
YUV 105.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 172 66 133 0 0.62 0.23 0.33 322.08 0.45 0.47
Hex AC 42 85 0 3E 17 21 142 2D 2F
Octal 254 102 205 0 76 27 41 502 55 57
Binary 10101100 1000010 10000101 0 111110 10111 100001 101000010 101101 101111

Color Harmonies of #AC4285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4285

Black with #AC4285

Text Example


Text Example

White with #AC4285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4285; }

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

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

background-color css

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

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

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

border-color css

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

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

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