Html Css Color HEX #A84981 Royal Heath

📋 copy color: '#A84981'

red 168 ◦ green 73 ◦ blue 129

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

Shades of Royal Heath #A84981

Tints of Royal Heath #A84981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 45.41%
G = 19.73%
B = 34.86%

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

#A84981 (or 0xA84981) is known color: Royal Heath. HEX triplet: A8, 49 and 81. RGB value is (168,73,129). Sum of RGB (Red+Green+Blue) = 168+73+129=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A84981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84981 is #57B67E. Grayscale: #6B6B6B. Windows color (decimal): -5748351 or 8473000. OLE color: 8473000.

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

Color convert

RGB 168 73 129 -
CMYK 0 0.57 0.23 0.34
HSL 324.63º 0.39% 0.47% -
HSV(B) 324.63º 0.57% 0.66% -
XYZ 22.49 14.67 22.42 -
YUV 107.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 168 73 129 0 0.57 0.23 0.34 324.63 0.39 0.47
Hex A8 49 81 0 39 17 22 145 27 2F
Octal 250 111 201 0 71 27 42 505 47 57
Binary 10101000 1001001 10000001 0 111001 10111 100010 101000101 100111 101111

Color Harmonies of #A84981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84981

Black with #A84981

Text Example


Text Example

White with #A84981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84981; }

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

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

background-color css

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

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

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

border-color css

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

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

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