Html Css Color HEX #A90E8B Medium Violet Red

📋 copy color: '#A90E8B'

red 169 ◦ green 14 ◦ blue 139

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

Shades of Medium Violet Red #A90E8B

Tints of Medium Violet Red #A90E8B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.35%

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

R = 52.48%
G = 4.35%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A90E8B (or 0xA90E8B) is known color: Medium Violet Red. HEX triplet: A9, 0E and 8B. RGB value is (169,14,139). Sum of RGB (Red+Green+Blue) = 169+14+139=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90E8B is #56F174. Grayscale: #4A4A4A. Windows color (decimal): -5697909 or 9113257. OLE color: 9113257.

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

Color convert

RGB 169 14 139 -
CMYK 0 0.92 0.18 0.34
HSL 311.61º 0.85% 0.36% -
HSV(B) 311.61º 0.92% 0.66% -
XYZ 21.18 10.61 25.36 -
YUV 74.6 164.35 195.34 -
System Red Green Blue C M Y K H S L
Decimal 169 14 139 0 0.92 0.18 0.34 311.61 0.85 0.36
Hex A9 E 8B 0 5C 12 22 138 55 24
Octal 251 16 213 0 134 22 42 470 125 44
Binary 10101001 1110 10001011 0 1011100 10010 100010 100111000 1010101 100100

Color Harmonies of #A90E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90E8B

Black with #A90E8B

Text Example


Text Example

White with #A90E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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