Html Css Color HEX #A90C8C Medium Violet Red

📋 copy color: '#A90C8C'

red 169 ◦ green 12 ◦ blue 140

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

Shades of Medium Violet Red #A90C8C

Tints of Medium Violet Red #A90C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.61%

R = 52.65%
G = 3.74%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A90C8C (or 0xA90C8C) is known color: Medium Violet Red. HEX triplet: A9, 0C and 8C. RGB value is (169,12,140). Sum of RGB (Red+Green+Blue) = 169+12+140=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90C8C is #56F373. Grayscale: #494949. Windows color (decimal): -5698420 or 9178281. OLE color: 9178281.

HSL color Cylindrical-coordinate representation of color #A90C8C: hue angle of 311.08º 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 #A90C8C is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 12 140 -
CMYK 0 0.93 0.17 0.34
HSL 311.08º 0.87% 0.35% -
HSV(B) 311.08º 0.93% 0.66% -
XYZ 21.23 10.59 25.74 -
YUV 73.54 165.51 196.09 -
System Red Green Blue C M Y K H S L
Decimal 169 12 140 0 0.93 0.17 0.34 311.08 0.87 0.35
Hex A9 C 8C 0 5D 11 22 137 57 23
Octal 251 14 214 0 135 21 42 467 127 43
Binary 10101001 1100 10001100 0 1011101 10001 100010 100110111 1010111 100011

Color Harmonies of #A90C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90C8C

Black with #A90C8C

Text Example


Text Example

White with #A90C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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