Html Css Color HEX #AC269E Medium Red Violet

📋 copy color: '#AC269E'

red 172 ◦ green 38 ◦ blue 158

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

Shades of Medium Red Violet #AC269E

Tints of Medium Red Violet #AC269E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.93%

R = 46.74%
G = 10.33%
B = 42.93%

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

#AC269E (or 0xAC269E) is known color: Medium Red Violet. HEX triplet: AC, 26 and 9E. RGB value is (172,38,158). Sum of RGB (Red+Green+Blue) = 172+38+158=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC269E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC269E is #53D961. Grayscale: #5B5B5B. Windows color (decimal): -5495138 or 10364588. OLE color: 10364588.

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

Color convert

RGB 172 38 158 -
CMYK 0 0.78 0.08 0.33
HSL 306.27º 0.64% 0.41% -
HSV(B) 306.27º 0.78% 0.67% -
XYZ 23.88 12.63 33.53 -
YUV 91.75 165.39 185.24 -
System Red Green Blue C M Y K H S L
Decimal 172 38 158 0 0.78 0.08 0.33 306.27 0.64 0.41
Hex AC 26 9E 0 4E 8 21 132 40 29
Octal 254 46 236 0 116 10 41 462 100 51
Binary 10101100 100110 10011110 0 1001110 1000 100001 100110010 1000000 101001

Color Harmonies of #AC269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC269E

Black with #AC269E

Text Example


Text Example

White with #AC269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC269E; }

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

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

background-color css

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

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

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

border-color css

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

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

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