Html Css Color HEX #A84273 Royal Heath

📋 copy color: '#A84273'

red 168 ◦ green 66 ◦ blue 115

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

Shades of Royal Heath #A84273

Tints of Royal Heath #A84273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.91%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 48.14%
G = 18.91%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A84273 (or 0xA84273) is known color: Royal Heath. HEX triplet: A8, 42 and 73. RGB value is (168,66,115). Sum of RGB (Red+Green+Blue) = 168+66+115=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A84273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84273 is #57BD8C. Grayscale: #656565. Windows color (decimal): -5750157 or 7553704. OLE color: 7553704.

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

Color convert

RGB 168 66 115 -
CMYK 0 0.61 0.32 0.34
HSL 331.18º 0.44% 0.46% -
HSV(B) 331.18º 0.61% 0.66% -
XYZ 21.19 13.46 17.7 -
YUV 102.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 168 66 115 0 0.61 0.32 0.34 331.18 0.44 0.46
Hex A8 42 73 0 3D 20 22 14B 2C 2E
Octal 250 102 163 0 75 40 42 513 54 56
Binary 10101000 1000010 1110011 0 111101 100000 100010 101001011 101100 101110

Color Harmonies of #A84273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84273

Black with #A84273

Text Example


Text Example

White with #A84273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84273; }

 p { color: rgb(168,66,115); }

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

background-color css

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

 a { background-color: rgb(168,66,115); }

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

border-color css

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

 span { border-color: rgb(168,66,115); }

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