Html Css Color HEX #A9268C Medium Red Violet

📋 copy color: '#A9268C'

red 169 ◦ green 38 ◦ blue 140

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

Shades of Medium Red Violet #A9268C

Tints of Medium Red Violet #A9268C

RGB

 RED value IS 169 (66.41% from 255) = 48.7%

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

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 48.7%
G = 10.95%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9268C (or 0xA9268C) is known color: Medium Red Violet. HEX triplet: A9, 26 and 8C. RGB value is (169,38,140). Sum of RGB (Red+Green+Blue) = 169+38+140=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9268C is #56D973. Grayscale: #585858. Windows color (decimal): -5691764 or 9184937. OLE color: 9184937.

HSL color Cylindrical-coordinate representation of color #A9268C: hue angle of 313.28º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9268C is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 38 140 -
CMYK 0 0.78 0.17 0.34
HSL 313.28º 0.63% 0.41% -
HSV(B) 313.28º 0.78% 0.66% -
XYZ 21.79 11.71 25.92 -
YUV 88.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 169 38 140 0 0.78 0.17 0.34 313.28 0.63 0.41
Hex A9 26 8C 0 4E 11 22 139 3F 29
Octal 251 46 214 0 116 21 42 471 77 51
Binary 10101001 100110 10001100 0 1001110 10001 100010 100111001 111111 101001

Color Harmonies of #A9268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9268C

Black with #A9268C

Text Example


Text Example

White with #A9268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9268C; }

 p { color: rgb(169,38,140); }

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

background-color css

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

 a { background-color: rgb(169,38,140); }

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

border-color css

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

 span { border-color: rgb(169,38,140); }

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