Html Css Color HEX #A82893 Medium Red Violet

📋 copy color: '#A82893'

red 168 ◦ green 40 ◦ blue 147

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

Shades of Medium Red Violet #A82893

Tints of Medium Red Violet #A82893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.27%

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 47.32%
G = 11.27%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A82893 (or 0xA82893) is known color: Medium Red Violet. HEX triplet: A8, 28 and 93. RGB value is (168,40,147). Sum of RGB (Red+Green+Blue) = 168+40+147=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A82893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82893 is #57D76C. Grayscale: #5A5A5A. Windows color (decimal): -5756781 or 9644200. OLE color: 9644200.

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

Color convert

RGB 168 40 147 -
CMYK 0 0.76 0.13 0.34
HSL 309.84º 0.62% 0.41% -
HSV(B) 309.84º 0.76% 0.66% -
XYZ 22.17 11.95 28.74 -
YUV 90.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 168 40 147 0 0.76 0.13 0.34 309.84 0.62 0.41
Hex A8 28 93 0 4C D 22 136 3E 29
Octal 250 50 223 0 114 15 42 466 76 51
Binary 10101000 101000 10010011 0 1001100 1101 100010 100110110 111110 101001

Color Harmonies of #A82893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82893

Black with #A82893

Text Example


Text Example

White with #A82893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82893; }

 p { color: rgb(168,40,147); }

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

background-color css

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

 a { background-color: rgb(168,40,147); }

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

border-color css

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

 span { border-color: rgb(168,40,147); }

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