Html Css Color HEX #A9258B Medium Red Violet

📋 copy color: '#A9258B'

red 169 ◦ green 37 ◦ blue 139

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

Shades of Medium Red Violet #A9258B

Tints of Medium Red Violet #A9258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.72%

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 48.99%
G = 10.72%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9258B (or 0xA9258B) is known color: Medium Red Violet. HEX triplet: A9, 25 and 8B. RGB value is (169,37,139). Sum of RGB (Red+Green+Blue) = 169+37+139=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A9258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9258B is #56DA74. Grayscale: #575757. Windows color (decimal): -5692021 or 9119145. OLE color: 9119145.

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

Color convert

RGB 169 37 139 -
CMYK 0 0.78 0.18 0.34
HSL 313.64º 0.64% 0.4% -
HSV(B) 313.64º 0.78% 0.66% -
XYZ 21.68 11.62 25.53 -
YUV 88.1 156.73 185.71 -
System Red Green Blue C M Y K H S L
Decimal 169 37 139 0 0.78 0.18 0.34 313.64 0.64 0.4
Hex A9 25 8B 0 4E 12 22 13A 40 28
Octal 251 45 213 0 116 22 42 472 100 50
Binary 10101001 100101 10001011 0 1001110 10010 100010 100111010 1000000 101000

Color Harmonies of #A9258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9258B

Black with #A9258B

Text Example


Text Example

White with #A9258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9258B; }

 p { color: rgb(169,37,139); }

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

background-color css

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

 a { background-color: rgb(169,37,139); }

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

border-color css

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

 span { border-color: rgb(169,37,139); }

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