Html Css Color HEX #A8207E Medium Red Violet

📋 copy color: '#A8207E'

red 168 ◦ green 32 ◦ blue 126

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

Shades of Medium Red Violet #A8207E

Tints of Medium Red Violet #A8207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 51.53%
G = 9.82%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8207E (or 0xA8207E) is known color: Medium Red Violet. HEX triplet: A8, 20 and 7E. RGB value is (168,32,126). Sum of RGB (Red+Green+Blue) = 168+32+126=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8207E is #57DF81. Grayscale: #535353. Windows color (decimal): -5758850 or 8265896. OLE color: 8265896.

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

Color convert

RGB 168 32 126 -
CMYK 0 0.81 0.25 0.34
HSL 318.53º 0.68% 0.39% -
HSV(B) 318.53º 0.81% 0.66% -
XYZ 20.43 10.86 20.76 -
YUV 83.38 152.06 188.36 -
System Red Green Blue C M Y K H S L
Decimal 168 32 126 0 0.81 0.25 0.34 318.53 0.68 0.39
Hex A8 20 7E 0 51 19 22 13F 44 27
Octal 250 40 176 0 121 31 42 477 104 47
Binary 10101000 100000 1111110 0 1010001 11001 100010 100111111 1000100 100111

Color Harmonies of #A8207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8207E

Black with #A8207E

Text Example


Text Example

White with #A8207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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