Html Css Color HEX #A84572 Royal Heath

📋 copy color: '#A84572'

red 168 ◦ green 69 ◦ blue 114

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

Shades of Royal Heath #A84572

Tints of Royal Heath #A84572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.66%

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 47.86%
G = 19.66%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A84572 (or 0xA84572) is known color: Royal Heath. HEX triplet: A8, 45 and 72. RGB value is (168,69,114). Sum of RGB (Red+Green+Blue) = 168+69+114=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A84572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84572 is #57BA8D. Grayscale: #676767. Windows color (decimal): -5749390 or 7488936. OLE color: 7488936.

HSL color Cylindrical-coordinate representation of color #A84572: hue angle of 332.73º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84572 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 69 114 -
CMYK 0 0.59 0.32 0.34
HSL 332.73º 0.42% 0.46% -
HSV(B) 332.73º 0.59% 0.66% -
XYZ 21.31 13.8 17.46 -
YUV 103.73 133.8 173.84 -
System Red Green Blue C M Y K H S L
Decimal 168 69 114 0 0.59 0.32 0.34 332.73 0.42 0.46
Hex A8 45 72 0 3B 20 22 14D 2A 2E
Octal 250 105 162 0 73 40 42 515 52 56
Binary 10101000 1000101 1110010 0 111011 100000 100010 101001101 101010 101110

Color Harmonies of #A84572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84572

Black with #A84572

Text Example


Text Example

White with #A84572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84572; }

 p { color: rgb(168,69,114); }

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

background-color css

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

 a { background-color: rgb(168,69,114); }

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

border-color css

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

 span { border-color: rgb(168,69,114); }

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