Html Css Color HEX #AC3882 Medium Red Violet

📋 copy color: '#AC3882'

red 172 ◦ green 56 ◦ blue 130

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

Shades of Medium Red Violet #AC3882

Tints of Medium Red Violet #AC3882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.64%

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

R = 48.04%
G = 15.64%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC3882 (or 0xAC3882) is known color: Medium Red Violet. HEX triplet: AC, 38 and 82. RGB value is (172,56,130). Sum of RGB (Red+Green+Blue) = 172+56+130=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3882 is #53C77D. Grayscale: #626262. Windows color (decimal): -5490558 or 8534188. OLE color: 8534188.

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

Color convert

RGB 172 56 130 -
CMYK 0 0.67 0.24 0.33
HSL 321.72º 0.51% 0.45% -
HSV(B) 321.72º 0.67% 0.67% -
XYZ 22.46 13.21 22.49 -
YUV 99.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 172 56 130 0 0.67 0.24 0.33 321.72 0.51 0.45
Hex AC 38 82 0 43 18 21 142 33 2D
Octal 254 70 202 0 103 30 41 502 63 55
Binary 10101100 111000 10000010 0 1000011 11000 100001 101000010 110011 101101

Color Harmonies of #AC3882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3882

Black with #AC3882

Text Example


Text Example

White with #AC3882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3882; }

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

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

background-color css

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

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

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

border-color css

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

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

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