Html Css Color HEX #A9268F Medium Red Violet

📋 copy color: '#A9268F'

red 169 ◦ green 38 ◦ blue 143

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

Shades of Medium Red Violet #A9268F

Tints of Medium Red Violet #A9268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 48.29%
G = 10.86%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A9268F (or 0xA9268F) is known color: Medium Red Violet. HEX triplet: A9, 26 and 8F. RGB value is (169,38,143). Sum of RGB (Red+Green+Blue) = 169+38+143=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A9268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9268F is #56D970. Grayscale: #585858. Windows color (decimal): -5691761 or 9381545. OLE color: 9381545.

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

Color convert

RGB 169 38 143 -
CMYK 0 0.78 0.15 0.34
HSL 311.91º 0.63% 0.41% -
HSV(B) 311.91º 0.78% 0.66% -
XYZ 22.01 11.8 27.1 -
YUV 89.14 158.4 184.96 -
System Red Green Blue C M Y K H S L
Decimal 169 38 143 0 0.78 0.15 0.34 311.91 0.63 0.41
Hex A9 26 8F 0 4E F 22 138 3F 29
Octal 251 46 217 0 116 17 42 470 77 51
Binary 10101001 100110 10001111 0 1001110 1111 100010 100111000 111111 101001

Color Harmonies of #A9268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9268F

Black with #A9268F

Text Example


Text Example

White with #A9268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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