Html Css Color HEX #A84181 Medium Red Violet

📋 copy color: '#A84181'

red 168 ◦ green 65 ◦ blue 129

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

Shades of Medium Red Violet #A84181

Tints of Medium Red Violet #A84181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 46.41%
G = 17.96%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A84181 (or 0xA84181) is known color: Medium Red Violet. HEX triplet: A8, 41 and 81. RGB value is (168,65,129). Sum of RGB (Red+Green+Blue) = 168+65+129=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A84181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84181 is #57BE7E. Grayscale: #666666. Windows color (decimal): -5750399 or 8470952. OLE color: 8470952.

HSL color Cylindrical-coordinate representation of color #A84181: hue angle of 322.72º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84181 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 65 129 -
CMYK 0 0.61 0.23 0.34
HSL 322.72º 0.44% 0.46% -
HSV(B) 322.72º 0.61% 0.66% -
XYZ 22 13.69 22.25 -
YUV 103.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 168 65 129 0 0.61 0.23 0.34 322.72 0.44 0.46
Hex A8 41 81 0 3D 17 22 143 2C 2E
Octal 250 101 201 0 75 27 42 503 54 56
Binary 10101000 1000001 10000001 0 111101 10111 100010 101000011 101100 101110

Color Harmonies of #A84181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84181

Black with #A84181

Text Example


Text Example

White with #A84181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84181; }

 p { color: rgb(168,65,129); }

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

background-color css

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

 a { background-color: rgb(168,65,129); }

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

border-color css

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

 span { border-color: rgb(168,65,129); }

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