Html Css Color HEX #A90C8A Medium Violet Red

📋 copy color: '#A90C8A'

red 169 ◦ green 12 ◦ blue 138

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

Shades of Medium Violet Red #A90C8A

Tints of Medium Violet Red #A90C8A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.76%

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

R = 52.98%
G = 3.76%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A90C8A (or 0xA90C8A) is known color: Medium Violet Red. HEX triplet: A9, 0C and 8A. RGB value is (169,12,138). Sum of RGB (Red+Green+Blue) = 169+12+138=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90C8A is #56F375. Grayscale: #484848. Windows color (decimal): -5698422 or 9047209. OLE color: 9047209.

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

Color convert

RGB 169 12 138 -
CMYK 0 0.93 0.18 0.34
HSL 311.85º 0.87% 0.35% -
HSV(B) 311.85º 0.93% 0.66% -
XYZ 21.08 10.53 24.97 -
YUV 73.31 164.51 196.25 -
System Red Green Blue C M Y K H S L
Decimal 169 12 138 0 0.93 0.18 0.34 311.85 0.87 0.35
Hex A9 C 8A 0 5D 12 22 138 57 23
Octal 251 14 212 0 135 22 42 470 127 43
Binary 10101001 1100 10001010 0 1011101 10010 100010 100111000 1010111 100011

Color Harmonies of #A90C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90C8A

Black with #A90C8A

Text Example


Text Example

White with #A90C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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