Html Css Color HEX #AC269A Medium Red Violet

📋 copy color: '#AC269A'

red 172 ◦ green 38 ◦ blue 154

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

Shades of Medium Red Violet #AC269A

Tints of Medium Red Violet #AC269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 47.25%
G = 10.44%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC269A (or 0xAC269A) is known color: Medium Red Violet. HEX triplet: AC, 26 and 9A. RGB value is (172,38,154). Sum of RGB (Red+Green+Blue) = 172+38+154=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC269A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC269A is #53D965. Grayscale: #5A5A5A. Windows color (decimal): -5495142 or 10102444. OLE color: 10102444.

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

Color convert

RGB 172 38 154 -
CMYK 0 0.78 0.10 0.33
HSL 308.06º 0.64% 0.41% -
HSV(B) 308.06º 0.78% 0.67% -
XYZ 23.54 12.49 31.74 -
YUV 91.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 172 38 154 0 0.78 0.10 0.33 308.06 0.64 0.41
Hex AC 26 9A 0 4E A 21 134 40 29
Octal 254 46 232 0 116 12 41 464 100 51
Binary 10101100 100110 10011010 0 1001110 1010 100001 100110100 1000000 101001

Color Harmonies of #AC269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC269A

Black with #AC269A

Text Example


Text Example

White with #AC269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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