Html Css Color HEX #A84F75 Royal Heath

📋 copy color: '#A84F75'

red 168 ◦ green 79 ◦ blue 117

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

Shades of Royal Heath #A84F75

Tints of Royal Heath #A84F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.7%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 46.15%
G = 21.7%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A84F75 (or 0xA84F75) is known color: Royal Heath. HEX triplet: A8, 4F and 75. RGB value is (168,79,117). Sum of RGB (Red+Green+Blue) = 168+79+117=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84F75 is #57B08A. Grayscale: #6D6D6D. Windows color (decimal): -5746827 or 7688104. OLE color: 7688104.

HSL color Cylindrical-coordinate representation of color #A84F75: hue angle of 334.38º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A84F75 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 79 117 -
CMYK 0 0.53 0.30 0.34
HSL 334.38º 0.36% 0.48% -
HSV(B) 334.38º 0.53% 0.66% -
XYZ 22.16 15.2 18.6 -
YUV 109.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 168 79 117 0 0.53 0.30 0.34 334.38 0.36 0.48
Hex A8 4F 75 0 35 1E 22 14E 24 30
Octal 250 117 165 0 65 36 42 516 44 60
Binary 10101000 1001111 1110101 0 110101 11110 100010 101001110 100100 110000

Color Harmonies of #A84F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84F75

Black with #A84F75

Text Example


Text Example

White with #A84F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84F75; }

 p { color: rgb(168,79,117); }

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

background-color css

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

 a { background-color: rgb(168,79,117); }

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

border-color css

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

 span { border-color: rgb(168,79,117); }

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