Html Css Color HEX #A84E7F Royal Heath

📋 copy color: '#A84E7F'

red 168 ◦ green 78 ◦ blue 127

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

Shades of Royal Heath #A84E7F

Tints of Royal Heath #A84E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.91%

 BLUE value IS 127 (50% from 255) = 34.05%

R = 45.04%
G = 20.91%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A84E7F (or 0xA84E7F) is known color: Royal Heath. HEX triplet: A8, 4E and 7F. RGB value is (168,78,127). Sum of RGB (Red+Green+Blue) = 168+78+127=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E7F is #57B180. Grayscale: #6E6E6E. Windows color (decimal): -5747073 or 8343208. OLE color: 8343208.

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

Color convert

RGB 168 78 127 -
CMYK 0 0.54 0.24 0.34
HSL 327.33º 0.37% 0.48% -
HSV(B) 327.33º 0.54% 0.66% -
XYZ 22.7 15.31 21.84 -
YUV 110.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 168 78 127 0 0.54 0.24 0.34 327.33 0.37 0.48
Hex A8 4E 7F 0 36 18 22 147 25 30
Octal 250 116 177 0 66 30 42 507 45 60
Binary 10101000 1001110 1111111 0 110110 11000 100010 101000111 100101 110000

Color Harmonies of #A84E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84E7F

Black with #A84E7F

Text Example


Text Example

White with #A84E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84E7F; }

 p { color: rgb(168,78,127); }

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

background-color css

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

 a { background-color: rgb(168,78,127); }

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

border-color css

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

 span { border-color: rgb(168,78,127); }

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