Html Css Color HEX #A82098 Medium Red Violet

📋 copy color: '#A82098'

red 168 ◦ green 32 ◦ blue 152

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

Shades of Medium Red Violet #A82098

Tints of Medium Red Violet #A82098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.09%

 BLUE value IS 152 (59.77% from 255) = 43.18%

R = 47.73%
G = 9.09%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A82098 (or 0xA82098) is known color: Medium Red Violet. HEX triplet: A8, 20 and 98. RGB value is (168,32,152). Sum of RGB (Red+Green+Blue) = 168+32+152=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A82098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82098 is #57DF67. Grayscale: #565656. Windows color (decimal): -5758824 or 9969832. OLE color: 9969832.

HSL color Cylindrical-coordinate representation of color #A82098: hue angle of 307.06º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82098 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 32 152 -
CMYK 0 0.81 0.10 0.34
HSL 307.06º 0.68% 0.39% -
HSV(B) 307.06º 0.81% 0.66% -
XYZ 22.33 11.62 30.77 -
YUV 86.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 168 32 152 0 0.81 0.10 0.34 307.06 0.68 0.39
Hex A8 20 98 0 51 A 22 133 44 27
Octal 250 40 230 0 121 12 42 463 104 47
Binary 10101000 100000 10011000 0 1010001 1010 100010 100110011 1000100 100111

Color Harmonies of #A82098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82098

Black with #A82098

Text Example


Text Example

White with #A82098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82098; }

 p { color: rgb(168,32,152); }

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

background-color css

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

 a { background-color: rgb(168,32,152); }

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

border-color css

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

 span { border-color: rgb(168,32,152); }

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