Html Css Color HEX #A84E7E Royal Heath

📋 copy color: '#A84E7E'

red 168 ◦ green 78 ◦ blue 126

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

Shades of Royal Heath #A84E7E

Tints of Royal Heath #A84E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 45.16%
G = 20.97%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A84E7E (or 0xA84E7E) is known color: Royal Heath. HEX triplet: A8, 4E and 7E. RGB value is (168,78,126). Sum of RGB (Red+Green+Blue) = 168+78+126=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E7E is #57B181. Grayscale: #6E6E6E. Windows color (decimal): -5747074 or 8277672. OLE color: 8277672.

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

Color convert

RGB 168 78 126 -
CMYK 0 0.54 0.25 0.34
HSL 328º 0.37% 0.48% -
HSV(B) 328º 0.54% 0.66% -
XYZ 22.64 15.28 21.49 -
YUV 110.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 168 78 126 0 0.54 0.25 0.34 328 0.37 0.48
Hex A8 4E 7E 0 36 19 22 148 25 30
Octal 250 116 176 0 66 31 42 510 45 60
Binary 10101000 1001110 1111110 0 110110 11001 100010 101001000 100101 110000

Color Harmonies of #A84E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84E7E

Black with #A84E7E

Text Example


Text Example

White with #A84E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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