Html Css Color HEX #A82281 Medium Red Violet

📋 copy color: '#A82281'

red 168 ◦ green 34 ◦ blue 129

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

Shades of Medium Red Violet #A82281

Tints of Medium Red Violet #A82281

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.27%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 50.76%
G = 10.27%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A82281 (or 0xA82281) is known color: Medium Red Violet. HEX triplet: A8, 22 and 81. RGB value is (168,34,129). Sum of RGB (Red+Green+Blue) = 168+34+129=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A82281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82281 is #57DD7E. Grayscale: #545454. Windows color (decimal): -5758335 or 8463016. OLE color: 8463016.

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

Color convert

RGB 168 34 129 -
CMYK 0 0.80 0.23 0.34
HSL 317.46º 0.66% 0.4% -
HSV(B) 317.46º 0.8% 0.66% -
XYZ 20.68 11.05 21.81 -
YUV 84.9 152.89 187.28 -
System Red Green Blue C M Y K H S L
Decimal 168 34 129 0 0.80 0.23 0.34 317.46 0.66 0.4
Hex A8 22 81 0 50 17 22 13D 42 28
Octal 250 42 201 0 120 27 42 475 102 50
Binary 10101000 100010 10000001 0 1010000 10111 100010 100111101 1000010 101000

Color Harmonies of #A82281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82281

Black with #A82281

Text Example


Text Example

White with #A82281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82281; }

 p { color: rgb(168,34,129); }

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

background-color css

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

 a { background-color: rgb(168,34,129); }

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

border-color css

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

 span { border-color: rgb(168,34,129); }

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