Html Css Color HEX #AC38A0 Medium Red Violet

📋 copy color: '#AC38A0'

red 172 ◦ green 56 ◦ blue 160

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

Shades of Medium Red Violet #AC38A0

Tints of Medium Red Violet #AC38A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.24%

R = 44.33%
G = 14.43%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC38A0 (or 0xAC38A0) is known color: Medium Red Violet. HEX triplet: AC, 38 and A0. RGB value is (172,56,160). Sum of RGB (Red+Green+Blue) = 172+56+160=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC38A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC38A0 is #53C75F. Grayscale: #666666. Windows color (decimal): -5490528 or 10500268. OLE color: 10500268.

HSL color Cylindrical-coordinate representation of color #AC38A0: hue angle of 306.21º 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 #AC38A0 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 56 160 -
CMYK 0 0.67 0.07 0.33
HSL 306.21º 0.51% 0.45% -
HSV(B) 306.21º 0.67% 0.67% -
XYZ 24.77 14.14 34.68 -
YUV 102.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 172 56 160 0 0.67 0.07 0.33 306.21 0.51 0.45
Hex AC 38 A0 0 43 7 21 132 33 2D
Octal 254 70 240 0 103 7 41 462 63 55
Binary 10101100 111000 10100000 0 1000011 111 100001 100110010 110011 101101

Color Harmonies of #AC38A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC38A0

Black with #AC38A0

Text Example


Text Example

White with #AC38A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC38A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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