Html Css Color HEX #A9148B Medium Violet Red

📋 copy color: '#A9148B'

red 169 ◦ green 20 ◦ blue 139

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

Shades of Medium Violet Red #A9148B

Tints of Medium Violet Red #A9148B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.1%

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

R = 51.52%
G = 6.1%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9148B (or 0xA9148B) is known color: Medium Violet Red. HEX triplet: A9, 14 and 8B. RGB value is (169,20,139). Sum of RGB (Red+Green+Blue) = 169+20+139=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9148B is #56EB74. Grayscale: #4D4D4D. Windows color (decimal): -5696373 or 9114793. OLE color: 9114793.

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

Color convert

RGB 169 20 139 -
CMYK 0 0.88 0.18 0.34
HSL 312.08º 0.79% 0.37% -
HSV(B) 312.08º 0.88% 0.66% -
XYZ 21.27 10.8 25.39 -
YUV 78.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 169 20 139 0 0.88 0.18 0.34 312.08 0.79 0.37
Hex A9 14 8B 0 58 12 22 138 4F 25
Octal 251 24 213 0 130 22 42 470 117 45
Binary 10101001 10100 10001011 0 1011000 10010 100010 100111000 1001111 100101

Color Harmonies of #A9148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9148B

Black with #A9148B

Text Example


Text Example

White with #A9148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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