Html Css Color HEX #A84670 Royal Heath

📋 copy color: '#A84670'

red 168 ◦ green 70 ◦ blue 112

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

Shades of Royal Heath #A84670

Tints of Royal Heath #A84670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 48%
G = 20%
B = 32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A84670 (or 0xA84670) is known color: Royal Heath. HEX triplet: A8, 46 and 70. RGB value is (168,70,112). Sum of RGB (Red+Green+Blue) = 168+70+112=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A84670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84670 is #57B98F. Grayscale: #686868. Windows color (decimal): -5749136 or 7358120. OLE color: 7358120.

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

Color convert

RGB 168 70 112 -
CMYK 0 0.58 0.33 0.34
HSL 334.29º 0.41% 0.47% -
HSV(B) 334.29º 0.58% 0.66% -
XYZ 21.26 13.88 16.89 -
YUV 104.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 168 70 112 0 0.58 0.33 0.34 334.29 0.41 0.47
Hex A8 46 70 0 3A 21 22 14E 29 2F
Octal 250 106 160 0 72 41 42 516 51 57
Binary 10101000 1000110 1110000 0 111010 100001 100010 101001110 101001 101111

Color Harmonies of #A84670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84670

Black with #A84670

Text Example


Text Example

White with #A84670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84670; }

 p { color: rgb(168,70,112); }

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

background-color css

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

 a { background-color: rgb(168,70,112); }

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

border-color css

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

 span { border-color: rgb(168,70,112); }

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