Html Css Color HEX #AC268A Medium Red Violet

📋 copy color: '#AC268A'

red 172 ◦ green 38 ◦ blue 138

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

Shades of Medium Red Violet #AC268A

Tints of Medium Red Violet #AC268A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

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

R = 49.43%
G = 10.92%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC268A (or 0xAC268A) is known color: Medium Red Violet. HEX triplet: AC, 26 and 8A. RGB value is (172,38,138). Sum of RGB (Red+Green+Blue) = 172+38+138=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC268A is #53D975. Grayscale: #595959. Windows color (decimal): -5495158 or 9053868. OLE color: 9053868.

HSL color Cylindrical-coordinate representation of color #AC268A: hue angle of 315.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC268A is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 38 138 -
CMYK 0 0.78 0.20 0.33
HSL 315.22º 0.64% 0.41% -
HSV(B) 315.22º 0.78% 0.67% -
XYZ 22.29 11.99 25.18 -
YUV 89.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 172 38 138 0 0.78 0.20 0.33 315.22 0.64 0.41
Hex AC 26 8A 0 4E 14 21 13B 40 29
Octal 254 46 212 0 116 24 41 473 100 51
Binary 10101100 100110 10001010 0 1001110 10100 100001 100111011 1000000 101001

Color Harmonies of #AC268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC268A

Black with #AC268A

Text Example


Text Example

White with #AC268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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