Html Css Color HEX #AC288B Medium Red Violet

📋 copy color: '#AC288B'

red 172 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #AC288B

Tints of Medium Red Violet #AC288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.4%

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 49%
G = 11.4%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC288B (or 0xAC288B) is known color: Medium Red Violet. HEX triplet: AC, 28 and 8B. RGB value is (172,40,139). Sum of RGB (Red+Green+Blue) = 172+40+139=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC288B is #53D774. Grayscale: #5A5A5A. Windows color (decimal): -5494645 or 9119916. OLE color: 9119916.

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

Color convert

RGB 172 40 139 -
CMYK 0 0.77 0.19 0.33
HSL 315º 0.62% 0.42% -
HSV(B) 315º 0.77% 0.67% -
XYZ 22.43 12.15 25.59 -
YUV 90.75 155.23 185.95 -
System Red Green Blue C M Y K H S L
Decimal 172 40 139 0 0.77 0.19 0.33 315 0.62 0.42
Hex AC 28 8B 0 4D 13 21 13B 3E 2A
Octal 254 50 213 0 115 23 41 473 76 52
Binary 10101100 101000 10001011 0 1001101 10011 100001 100111011 111110 101010

Color Harmonies of #AC288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC288B

Black with #AC288B

Text Example


Text Example

White with #AC288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC288B; }

 p { color: rgb(172,40,139); }

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

background-color css

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

 a { background-color: rgb(172,40,139); }

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

border-color css

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

 span { border-color: rgb(172,40,139); }

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