Html Css Color HEX #AC269F Medium Red Violet

📋 copy color: '#AC269F'

red 172 ◦ green 38 ◦ blue 159

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

Shades of Medium Red Violet #AC269F

Tints of Medium Red Violet #AC269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.09%

R = 46.61%
G = 10.3%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC269F (or 0xAC269F) is known color: Medium Red Violet. HEX triplet: AC, 26 and 9F. RGB value is (172,38,159). Sum of RGB (Red+Green+Blue) = 172+38+159=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC269F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC269F is #53D960. Grayscale: #5B5B5B. Windows color (decimal): -5495137 or 10430124. OLE color: 10430124.

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

Color convert

RGB 172 38 159 -
CMYK 0 0.78 0.08 0.33
HSL 305.82º 0.64% 0.41% -
HSV(B) 305.82º 0.78% 0.67% -
XYZ 23.96 12.66 33.98 -
YUV 91.86 165.89 185.16 -
System Red Green Blue C M Y K H S L
Decimal 172 38 159 0 0.78 0.08 0.33 305.82 0.64 0.41
Hex AC 26 9F 0 4E 8 21 132 40 29
Octal 254 46 237 0 116 10 41 462 100 51
Binary 10101100 100110 10011111 0 1001110 1000 100001 100110010 1000000 101001

Color Harmonies of #AC269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC269F

Black with #AC269F

Text Example


Text Example

White with #AC269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC269F; }

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

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

background-color css

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

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

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

border-color css

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

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

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