Html Css Color HEX #A84385 Medium Red Violet

📋 copy color: '#A84385'

red 168 ◦ green 67 ◦ blue 133

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

Shades of Medium Red Violet #A84385

Tints of Medium Red Violet #A84385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.21%

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 45.65%
G = 18.21%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A84385 (or 0xA84385) is known color: Medium Red Violet. HEX triplet: A8, 43 and 85. RGB value is (168,67,133). Sum of RGB (Red+Green+Blue) = 168+67+133=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A84385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84385 is #57BC7A. Grayscale: #686868. Windows color (decimal): -5749883 or 8733608. OLE color: 8733608.

HSL color Cylindrical-coordinate representation of color #A84385: hue angle of 320.79º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84385 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 67 133 -
CMYK 0 0.60 0.21 0.34
HSL 320.79º 0.43% 0.46% -
HSV(B) 320.79º 0.6% 0.66% -
XYZ 22.39 14.03 23.72 -
YUV 104.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 168 67 133 0 0.60 0.21 0.34 320.79 0.43 0.46
Hex A8 43 85 0 3C 15 22 141 2B 2E
Octal 250 103 205 0 74 25 42 501 53 56
Binary 10101000 1000011 10000101 0 111100 10101 100010 101000001 101011 101110

Color Harmonies of #A84385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84385

Black with #A84385

Text Example


Text Example

White with #A84385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84385; }

 p { color: rgb(168,67,133); }

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

background-color css

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

 a { background-color: rgb(168,67,133); }

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

border-color css

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

 span { border-color: rgb(168,67,133); }

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