Html Css Color HEX #A94282 Medium Red Violet

📋 copy color: '#A94282'

red 169 ◦ green 66 ◦ blue 130

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

Shades of Medium Red Violet #A94282

Tints of Medium Red Violet #A94282

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

 BLUE value IS 130 (51.17% from 255) = 35.62%

R = 46.3%
G = 18.08%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A94282 (or 0xA94282) is known color: Medium Red Violet. HEX triplet: A9, 42 and 82. RGB value is (169,66,130). Sum of RGB (Red+Green+Blue) = 169+66+130=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A94282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94282 is #56BD7D. Grayscale: #676767. Windows color (decimal): -5684606 or 8536745. OLE color: 8536745.

HSL color Cylindrical-coordinate representation of color #A94282: hue angle of 322.72º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94282 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 66 130 -
CMYK 0 0.61 0.23 0.34
HSL 322.72º 0.44% 0.46% -
HSV(B) 322.72º 0.61% 0.66% -
XYZ 22.34 13.94 22.63 -
YUV 104.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 169 66 130 0 0.61 0.23 0.34 322.72 0.44 0.46
Hex A9 42 82 0 3D 17 22 143 2C 2E
Octal 251 102 202 0 75 27 42 503 54 56
Binary 10101001 1000010 10000010 0 111101 10111 100010 101000011 101100 101110

Color Harmonies of #A94282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94282

Black with #A94282

Text Example


Text Example

White with #A94282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94282; }

 p { color: rgb(169,66,130); }

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

background-color css

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

 a { background-color: rgb(169,66,130); }

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

border-color css

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

 span { border-color: rgb(169,66,130); }

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