Html Css Color HEX #A84983 Royal Heath

📋 copy color: '#A84983'

red 168 ◦ green 73 ◦ blue 131

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

Shades of Royal Heath #A84983

Tints of Royal Heath #A84983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 45.16%
G = 19.62%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A84983 (or 0xA84983) is known color: Royal Heath. HEX triplet: A8, 49 and 83. RGB value is (168,73,131). Sum of RGB (Red+Green+Blue) = 168+73+131=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A84983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84983 is #57B67C. Grayscale: #6B6B6B. Windows color (decimal): -5748349 or 8604072. OLE color: 8604072.

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

Color convert

RGB 168 73 131 -
CMYK 0 0.57 0.22 0.34
HSL 323.37º 0.39% 0.47% -
HSV(B) 323.37º 0.57% 0.66% -
XYZ 22.63 14.73 23.12 -
YUV 108.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 168 73 131 0 0.57 0.22 0.34 323.37 0.39 0.47
Hex A8 49 83 0 39 16 22 143 27 2F
Octal 250 111 203 0 71 26 42 503 47 57
Binary 10101000 1001001 10000011 0 111001 10110 100010 101000011 100111 101111

Color Harmonies of #A84983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84983

Black with #A84983

Text Example


Text Example

White with #A84983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84983; }

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

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

background-color css

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

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

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

border-color css

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

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

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