Html Css Color HEX #A75374 Royal Heath

📋 copy color: '#A75374'

red 167 ◦ green 83 ◦ blue 116

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

Shades of Royal Heath #A75374

Tints of Royal Heath #A75374

RGB

 RED value IS 167 (65.63% from 255) = 45.63%

 GREEN value IS 83 (32.81% from 255) = 22.68%

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

R = 45.63%
G = 22.68%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A75374 (or 0xA75374) is known color: Royal Heath. HEX triplet: A7, 53 and 74. RGB value is (167,83,116). Sum of RGB (Red+Green+Blue) = 167+83+116=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A75374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75374 is #58AC8B. Grayscale: #6F6F6F. Windows color (decimal): -5811340 or 7623591. OLE color: 7623591.

HSL color Cylindrical-coordinate representation of color #A75374: hue angle of 336.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75374 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 83 116 -
CMYK 0 0.50 0.31 0.35
HSL 336.43º 0.34% 0.49% -
HSV(B) 336.43º 0.5% 0.65% -
XYZ 22.18 15.66 18.38 -
YUV 111.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 167 83 116 0 0.50 0.31 0.35 336.43 0.34 0.49
Hex A7 53 74 0 32 1F 23 150 22 31
Octal 247 123 164 0 62 37 43 520 42 61
Binary 10100111 1010011 1110100 0 110010 11111 100011 101010000 100010 110001

Color Harmonies of #A75374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75374

Black with #A75374

Text Example


Text Example

White with #A75374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75374; }

 p { color: rgb(167,83,116); }

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

background-color css

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

 a { background-color: rgb(167,83,116); }

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

border-color css

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

 span { border-color: rgb(167,83,116); }

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