Html Css Color HEX #A84982 Royal Heath

📋 copy color: '#A84982'

red 168 ◦ green 73 ◦ blue 130

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

Shades of Royal Heath #A84982

Tints of Royal Heath #A84982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 45.28%
G = 19.68%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A84982 (or 0xA84982) is known color: Royal Heath. HEX triplet: A8, 49 and 82. RGB value is (168,73,130). Sum of RGB (Red+Green+Blue) = 168+73+130=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A84982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84982 is #57B67D. Grayscale: #6B6B6B. Windows color (decimal): -5748350 or 8538536. OLE color: 8538536.

HSL color Cylindrical-coordinate representation of color #A84982: hue angle of 324º degrees, saturation: 0.39, 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 #A84982 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 130 -
CMYK 0 0.57 0.23 0.34
HSL 324º 0.39% 0.47% -
HSV(B) 324º 0.57% 0.66% -
XYZ 22.56 14.7 22.77 -
YUV 107.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 168 73 130 0 0.57 0.23 0.34 324 0.39 0.47
Hex A8 49 82 0 39 17 22 144 27 2F
Octal 250 111 202 0 71 27 42 504 47 57
Binary 10101000 1001001 10000010 0 111001 10111 100010 101000100 100111 101111

Color Harmonies of #A84982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84982

Black with #A84982

Text Example


Text Example

White with #A84982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84982; }

 p { color: rgb(168,73,130); }

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

background-color css

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

 a { background-color: rgb(168,73,130); }

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

border-color css

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

 span { border-color: rgb(168,73,130); }

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