Html Css Color HEX #A82AA0 Medium Red Violet

📋 copy color: '#A82AA0'

red 168 ◦ green 42 ◦ blue 160

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

Shades of Medium Red Violet #A82AA0

Tints of Medium Red Violet #A82AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.24%

R = 45.41%
G = 11.35%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A82AA0 (or 0xA82AA0) is known color: Medium Red Violet. HEX triplet: A8, 2A and A0. RGB value is (168,42,160). Sum of RGB (Red+Green+Blue) = 168+42+160=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A82AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82AA0 is #57D55F. Grayscale: #5C5C5C. Windows color (decimal): -5756256 or 10496680. OLE color: 10496680.

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

Color convert

RGB 168 42 160 -
CMYK 0 0.75 0.05 0.34
HSL 303.81º 0.6% 0.41% -
HSV(B) 303.81º 0.75% 0.66% -
XYZ 23.32 12.52 34.44 -
YUV 93.13 165.74 181.41 -
System Red Green Blue C M Y K H S L
Decimal 168 42 160 0 0.75 0.05 0.34 303.81 0.6 0.41
Hex A8 2A A0 0 4B 5 22 130 3C 29
Octal 250 52 240 0 113 5 42 460 74 51
Binary 10101000 101010 10100000 0 1001011 101 100010 100110000 111100 101001

Color Harmonies of #A82AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82AA0

Black with #A82AA0

Text Example


Text Example

White with #A82AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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