Html Css Color HEX #AC428A Medium Red Violet

📋 copy color: '#AC428A'

red 172 ◦ green 66 ◦ blue 138

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

Shades of Medium Red Violet #AC428A

Tints of Medium Red Violet #AC428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 45.74%
G = 17.55%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC428A (or 0xAC428A) is known color: Medium Red Violet. HEX triplet: AC, 42 and 8A. RGB value is (172,66,138). Sum of RGB (Red+Green+Blue) = 172+66+138=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC428A is #53BD75. Grayscale: #696969. Windows color (decimal): -5487990 or 9061036. OLE color: 9061036.

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

Color convert

RGB 172 66 138 -
CMYK 0 0.62 0.20 0.33
HSL 319.25º 0.45% 0.47% -
HSV(B) 319.25º 0.62% 0.67% -
XYZ 23.55 14.5 25.6 -
YUV 105.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 172 66 138 0 0.62 0.20 0.33 319.25 0.45 0.47
Hex AC 42 8A 0 3E 14 21 13F 2D 2F
Octal 254 102 212 0 76 24 41 477 55 57
Binary 10101100 1000010 10001010 0 111110 10100 100001 100111111 101101 101111

Color Harmonies of #AC428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC428A

Black with #AC428A

Text Example


Text Example

White with #AC428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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