Html Css Color HEX #A90A8A Medium Violet Red

📋 copy color: '#A90A8A'

red 169 ◦ green 10 ◦ blue 138

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

Shades of Medium Violet Red #A90A8A

Tints of Medium Violet Red #A90A8A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.15%

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 53.31%
G = 3.15%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A90A8A (or 0xA90A8A) is known color: Medium Violet Red. HEX triplet: A9, 0A and 8A. RGB value is (169,10,138). Sum of RGB (Red+Green+Blue) = 169+10+138=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90A8A is #56F575. Grayscale: #474747. Windows color (decimal): -5698934 or 9046697. OLE color: 9046697.

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

Color convert

RGB 169 10 138 -
CMYK 0 0.94 0.18 0.34
HSL 311.7º 0.89% 0.35% -
HSV(B) 311.7º 0.94% 0.66% -
XYZ 21.06 10.49 24.96 -
YUV 72.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 169 10 138 0 0.94 0.18 0.34 311.7 0.89 0.35
Hex A9 A 8A 0 5E 12 22 138 59 23
Octal 251 12 212 0 136 22 42 470 131 43
Binary 10101001 1010 10001010 0 1011110 10010 100010 100111000 1011001 100011

Color Harmonies of #A90A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90A8A

Black with #A90A8A

Text Example


Text Example

White with #A90A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90A8A; }

 p { color: rgb(169,10,138); }

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

background-color css

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

 a { background-color: rgb(169,10,138); }

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

border-color css

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

 span { border-color: rgb(169,10,138); }

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