Html Css Color HEX #A84D84 Royal Heath

📋 copy color: '#A84D84'

red 168 ◦ green 77 ◦ blue 132

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

Shades of Royal Heath #A84D84

Tints of Royal Heath #A84D84

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.42%

 BLUE value IS 132 (51.95% from 255) = 35.01%

R = 44.56%
G = 20.42%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A84D84 (or 0xA84D84) is known color: Royal Heath. HEX triplet: A8, 4D and 84. RGB value is (168,77,132). Sum of RGB (Red+Green+Blue) = 168+77+132=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84D84 is #57B27B. Grayscale: #6E6E6E. Windows color (decimal): -5747324 or 8670632. OLE color: 8670632.

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

Color convert

RGB 168 77 132 -
CMYK 0 0.54 0.21 0.34
HSL 323.74º 0.37% 0.48% -
HSV(B) 323.74º 0.54% 0.66% -
XYZ 22.97 15.3 23.57 -
YUV 110.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 168 77 132 0 0.54 0.21 0.34 323.74 0.37 0.48
Hex A8 4D 84 0 36 15 22 144 25 30
Octal 250 115 204 0 66 25 42 504 45 60
Binary 10101000 1001101 10000100 0 110110 10101 100010 101000100 100101 110000

Color Harmonies of #A84D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84D84

Black with #A84D84

Text Example


Text Example

White with #A84D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84D84; }

 p { color: rgb(168,77,132); }

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

background-color css

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

 a { background-color: rgb(168,77,132); }

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

border-color css

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

 span { border-color: rgb(168,77,132); }

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