Html Css Color HEX #A82A90 Medium Red Violet

📋 copy color: '#A82A90'

red 168 ◦ green 42 ◦ blue 144

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

Shades of Medium Red Violet #A82A90

Tints of Medium Red Violet #A82A90

RGB

 RED value IS 168 (66.02% from 255) = 47.46%

 GREEN value IS 42 (16.8% from 255) = 11.86%

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 47.46%
G = 11.86%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A82A90 (or 0xA82A90) is known color: Medium Red Violet. HEX triplet: A8, 2A and 90. RGB value is (168,42,144). Sum of RGB (Red+Green+Blue) = 168+42+144=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82A90 is #57D56F. Grayscale: #5B5B5B. Windows color (decimal): -5756272 or 9448104. OLE color: 9448104.

HSL color Cylindrical-coordinate representation of color #A82A90: hue angle of 311.43º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82A90 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 42 144 -
CMYK 0 0.75 0.14 0.34
HSL 311.43º 0.6% 0.41% -
HSV(B) 311.43º 0.75% 0.66% -
XYZ 22.01 11.99 27.54 -
YUV 91.3 157.74 182.71 -
System Red Green Blue C M Y K H S L
Decimal 168 42 144 0 0.75 0.14 0.34 311.43 0.6 0.41
Hex A8 2A 90 0 4B E 22 137 3C 29
Octal 250 52 220 0 113 16 42 467 74 51
Binary 10101000 101010 10010000 0 1001011 1110 100010 100110111 111100 101001

Color Harmonies of #A82A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82A90

Black with #A82A90

Text Example


Text Example

White with #A82A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82A90; }

 p { color: rgb(168,42,144); }

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

background-color css

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

 a { background-color: rgb(168,42,144); }

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

border-color css

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

 span { border-color: rgb(168,42,144); }

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