Html Css Color HEX #A82687 Medium Red Violet

📋 copy color: '#A82687'

red 168 ◦ green 38 ◦ blue 135

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

Shades of Medium Red Violet #A82687

Tints of Medium Red Violet #A82687

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.14%

 BLUE value IS 135 (53.13% from 255) = 39.59%

R = 49.27%
G = 11.14%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A82687 (or 0xA82687) is known color: Medium Red Violet. HEX triplet: A8, 26 and 87. RGB value is (168,38,135). Sum of RGB (Red+Green+Blue) = 168+38+135=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A82687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82687 is #57D978. Grayscale: #575757. Windows color (decimal): -5757305 or 8857256. OLE color: 8857256.

HSL color Cylindrical-coordinate representation of color #A82687: hue angle of 315.23º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82687 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 38 135 -
CMYK 0 0.77 0.20 0.34
HSL 315.23º 0.63% 0.4% -
HSV(B) 315.23º 0.77% 0.66% -
XYZ 21.21 11.46 24.02 -
YUV 87.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 168 38 135 0 0.77 0.20 0.34 315.23 0.63 0.4
Hex A8 26 87 0 4D 14 22 13B 3F 28
Octal 250 46 207 0 115 24 42 473 77 50
Binary 10101000 100110 10000111 0 1001101 10100 100010 100111011 111111 101000

Color Harmonies of #A82687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82687

Black with #A82687

Text Example


Text Example

White with #A82687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82687; }

 p { color: rgb(168,38,135); }

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

background-color css

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

 a { background-color: rgb(168,38,135); }

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

border-color css

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

 span { border-color: rgb(168,38,135); }

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