Html Css Color HEX #A82799 Medium Red Violet

📋 copy color: '#A82799'

red 168 ◦ green 39 ◦ blue 153

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

Shades of Medium Red Violet #A82799

Tints of Medium Red Violet #A82799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.83%

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 46.67%
G = 10.83%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A82799 (or 0xA82799) is known color: Medium Red Violet. HEX triplet: A8, 27 and 99. RGB value is (168,39,153). Sum of RGB (Red+Green+Blue) = 168+39+153=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A82799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82799 is #57D866. Grayscale: #5A5A5A. Windows color (decimal): -5757031 or 10037160. OLE color: 10037160.

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

Color convert

RGB 168 39 153 -
CMYK 0 0.77 0.09 0.34
HSL 306.98º 0.62% 0.41% -
HSV(B) 306.98º 0.77% 0.66% -
XYZ 22.62 12.08 31.28 -
YUV 90.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 168 39 153 0 0.77 0.09 0.34 306.98 0.62 0.41
Hex A8 27 99 0 4D 9 22 133 3E 29
Octal 250 47 231 0 115 11 42 463 76 51
Binary 10101000 100111 10011001 0 1001101 1001 100010 100110011 111110 101001

Color Harmonies of #A82799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82799

Black with #A82799

Text Example


Text Example

White with #A82799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82799; }

 p { color: rgb(168,39,153); }

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

background-color css

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

 a { background-color: rgb(168,39,153); }

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

border-color css

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

 span { border-color: rgb(168,39,153); }

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