Html Css Color HEX #A84B74 Royal Heath

📋 copy color: '#A84B74'

red 168 ◦ green 75 ◦ blue 116

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

Shades of Royal Heath #A84B74

Tints of Royal Heath #A84B74

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.89%

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 46.8%
G = 20.89%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A84B74 (or 0xA84B74) is known color: Royal Heath. HEX triplet: A8, 4B and 74. RGB value is (168,75,116). Sum of RGB (Red+Green+Blue) = 168+75+116=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84B74 is #57B48B. Grayscale: #6B6B6B. Windows color (decimal): -5747852 or 7621544. OLE color: 7621544.

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

Color convert

RGB 168 75 116 -
CMYK 0 0.55 0.31 0.34
HSL 333.55º 0.38% 0.48% -
HSV(B) 333.55º 0.55% 0.66% -
XYZ 21.82 14.62 18.19 -
YUV 107.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 168 75 116 0 0.55 0.31 0.34 333.55 0.38 0.48
Hex A8 4B 74 0 37 1F 22 14E 26 30
Octal 250 113 164 0 67 37 42 516 46 60
Binary 10101000 1001011 1110100 0 110111 11111 100010 101001110 100110 110000

Color Harmonies of #A84B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84B74

Black with #A84B74

Text Example


Text Example

White with #A84B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84B74; }

 p { color: rgb(168,75,116); }

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

background-color css

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

 a { background-color: rgb(168,75,116); }

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

border-color css

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

 span { border-color: rgb(168,75,116); }

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