Html Css Color HEX #A82285 Medium Red Violet

📋 copy color: '#A82285'

red 168 ◦ green 34 ◦ blue 133

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

Shades of Medium Red Violet #A82285

Tints of Medium Red Violet #A82285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 50.15%
G = 10.15%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A82285 (or 0xA82285) is known color: Medium Red Violet. HEX triplet: A8, 22 and 85. RGB value is (168,34,133). Sum of RGB (Red+Green+Blue) = 168+34+133=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A82285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82285 is #57DD7A. Grayscale: #555555. Windows color (decimal): -5758331 or 8725160. OLE color: 8725160.

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

Color convert

RGB 168 34 133 -
CMYK 0 0.80 0.21 0.34
HSL 315.67º 0.66% 0.4% -
HSV(B) 315.67º 0.8% 0.66% -
XYZ 20.95 11.16 23.24 -
YUV 85.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 168 34 133 0 0.80 0.21 0.34 315.67 0.66 0.4
Hex A8 22 85 0 50 15 22 13C 42 28
Octal 250 42 205 0 120 25 42 474 102 50
Binary 10101000 100010 10000101 0 1010000 10101 100010 100111100 1000010 101000

Color Harmonies of #A82285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82285

Black with #A82285

Text Example


Text Example

White with #A82285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82285; }

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

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

background-color css

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

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

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

border-color css

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

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

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