Html Css Color HEX #A84885 Medium Red Violet

📋 copy color: '#A84885'

red 168 ◦ green 72 ◦ blue 133

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

Shades of Medium Red Violet #A84885

Tints of Medium Red Violet #A84885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.3%

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

R = 45.04%
G = 19.3%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A84885 (or 0xA84885) is known color: Medium Red Violet. HEX triplet: A8, 48 and 85. RGB value is (168,72,133). Sum of RGB (Red+Green+Blue) = 168+72+133=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A84885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84885 is #57B77A. Grayscale: #6B6B6B. Windows color (decimal): -5748603 or 8734888. OLE color: 8734888.

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

Color convert

RGB 168 72 133 -
CMYK 0 0.57 0.21 0.34
HSL 321.88º 0.4% 0.47% -
HSV(B) 321.88º 0.57% 0.66% -
XYZ 22.7 14.65 23.82 -
YUV 107.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 168 72 133 0 0.57 0.21 0.34 321.88 0.4 0.47
Hex A8 48 85 0 39 15 22 142 28 2F
Octal 250 110 205 0 71 25 42 502 50 57
Binary 10101000 1001000 10000101 0 111001 10101 100010 101000010 101000 101111

Color Harmonies of #A84885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84885

Black with #A84885

Text Example


Text Example

White with #A84885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84885; }

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

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

background-color css

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

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

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

border-color css

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

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

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