Html Css Color HEX #A84781 Royal Heath

📋 copy color: '#A84781'

red 168 ◦ green 71 ◦ blue 129

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

Shades of Royal Heath #A84781

Tints of Royal Heath #A84781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.29%

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

R = 45.65%
G = 19.29%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A84781 (or 0xA84781) is known color: Royal Heath. HEX triplet: A8, 47 and 81. RGB value is (168,71,129). Sum of RGB (Red+Green+Blue) = 168+71+129=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A84781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84781 is #57B87E. Grayscale: #6A6A6A. Windows color (decimal): -5748863 or 8472488. OLE color: 8472488.

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

Color convert

RGB 168 71 129 -
CMYK 0 0.58 0.23 0.34
HSL 324.12º 0.41% 0.47% -
HSV(B) 324.12º 0.58% 0.66% -
XYZ 22.36 14.42 22.37 -
YUV 106.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 168 71 129 0 0.58 0.23 0.34 324.12 0.41 0.47
Hex A8 47 81 0 3A 17 22 144 29 2F
Octal 250 107 201 0 72 27 42 504 51 57
Binary 10101000 1000111 10000001 0 111010 10111 100010 101000100 101001 101111

Color Harmonies of #A84781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84781

Black with #A84781

Text Example


Text Example

White with #A84781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84781; }

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

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

background-color css

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

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

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

border-color css

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

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

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