Html Css Color HEX #A82888 Medium Red Violet

📋 copy color: '#A82888'

red 168 ◦ green 40 ◦ blue 136

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

Shades of Medium Red Violet #A82888

Tints of Medium Red Violet #A82888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.53%

R = 48.84%
G = 11.63%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A82888 (or 0xA82888) is known color: Medium Red Violet. HEX triplet: A8, 28 and 88. RGB value is (168,40,136). Sum of RGB (Red+Green+Blue) = 168+40+136=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A82888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82888 is #57D777. Grayscale: #585858. Windows color (decimal): -5756792 or 8923304. OLE color: 8923304.

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

Color convert

RGB 168 40 136 -
CMYK 0 0.76 0.19 0.34
HSL 315º 0.62% 0.41% -
HSV(B) 315º 0.76% 0.66% -
XYZ 21.35 11.62 24.41 -
YUV 89.22 154.41 184.19 -
System Red Green Blue C M Y K H S L
Decimal 168 40 136 0 0.76 0.19 0.34 315 0.62 0.41
Hex A8 28 88 0 4C 13 22 13B 3E 29
Octal 250 50 210 0 114 23 42 473 76 51
Binary 10101000 101000 10001000 0 1001100 10011 100010 100111011 111110 101001

Color Harmonies of #A82888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82888

Black with #A82888

Text Example


Text Example

White with #A82888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82888; }

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

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

background-color css

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

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

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

border-color css

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

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

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