Html Css Color HEX #A84475 Royal Heath

📋 copy color: '#A84475'

red 168 ◦ green 68 ◦ blue 117

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

Shades of Royal Heath #A84475

Tints of Royal Heath #A84475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.26%

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

R = 47.59%
G = 19.26%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A84475 (or 0xA84475) is known color: Royal Heath. HEX triplet: A8, 44 and 75. RGB value is (168,68,117). Sum of RGB (Red+Green+Blue) = 168+68+117=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A84475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84475 is #57BB8A. Grayscale: #676767. Windows color (decimal): -5749643 or 7685288. OLE color: 7685288.

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

Color convert

RGB 168 68 117 -
CMYK 0 0.60 0.30 0.34
HSL 330.6º 0.42% 0.46% -
HSV(B) 330.6º 0.6% 0.66% -
XYZ 21.43 13.74 18.35 -
YUV 103.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 168 68 117 0 0.60 0.30 0.34 330.6 0.42 0.46
Hex A8 44 75 0 3C 1E 22 14B 2A 2E
Octal 250 104 165 0 74 36 42 513 52 56
Binary 10101000 1000100 1110101 0 111100 11110 100010 101001011 101010 101110

Color Harmonies of #A84475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84475

Black with #A84475

Text Example


Text Example

White with #A84475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84475; }

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

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

background-color css

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

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

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

border-color css

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

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

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