Html Css Color HEX #A82AA3 Medium Red Violet

📋 copy color: '#A82AA3'

red 168 ◦ green 42 ◦ blue 163

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

Shades of Medium Red Violet #A82AA3

Tints of Medium Red Violet #A82AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.7%

R = 45.04%
G = 11.26%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#A82AA3 (or 0xA82AA3) is known color: Medium Red Violet. HEX triplet: A8, 2A and A3. RGB value is (168,42,163). Sum of RGB (Red+Green+Blue) = 168+42+163=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A82AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82AA3 is #57D55C. Grayscale: #5D5D5D. Windows color (decimal): -5756253 or 10693288. OLE color: 10693288.

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

Color convert

RGB 168 42 163 -
CMYK 0 0.75 0.03 0.34
HSL 302.38º 0.6% 0.41% -
HSV(B) 302.38º 0.75% 0.66% -
XYZ 23.59 12.63 35.84 -
YUV 93.47 167.24 181.16 -
System Red Green Blue C M Y K H S L
Decimal 168 42 163 0 0.75 0.03 0.34 302.38 0.6 0.41
Hex A8 2A A3 0 4B 3 22 12E 3C 29
Octal 250 52 243 0 113 3 42 456 74 51
Binary 10101000 101010 10100011 0 1001011 11 100010 100101110 111100 101001

Color Harmonies of #A82AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82AA3

Black with #A82AA3

Text Example


Text Example

White with #A82AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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