Html Css Color HEX #A75C73 Royal Heath

📋 copy color: '#A75C73'

red 167 ◦ green 92 ◦ blue 115

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

Shades of Royal Heath #A75C73

Tints of Royal Heath #A75C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

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

R = 44.65%
G = 24.6%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A75C73 (or 0xA75C73) is known color: Royal Heath. HEX triplet: A7, 5C and 73. RGB value is (167,92,115). Sum of RGB (Red+Green+Blue) = 167+92+115=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75C73 is #58A38C. Grayscale: #757575. Windows color (decimal): -5809037 or 7560359. OLE color: 7560359.

HSL color Cylindrical-coordinate representation of color #A75C73: hue angle of 341.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A75C73 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 92 115 -
CMYK 0 0.45 0.31 0.35
HSL 341.6º 0.3% 0.51% -
HSV(B) 341.6º 0.45% 0.65% -
XYZ 22.86 17.11 18.32 -
YUV 117.05 126.85 163.63 -
System Red Green Blue C M Y K H S L
Decimal 167 92 115 0 0.45 0.31 0.35 341.6 0.3 0.51
Hex A7 5C 73 0 2D 1F 23 156 1E 33
Octal 247 134 163 0 55 37 43 526 36 63
Binary 10100111 1011100 1110011 0 101101 11111 100011 101010110 11110 110011

Color Harmonies of #A75C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C73

Black with #A75C73

Text Example


Text Example

White with #A75C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C73; }

 p { color: rgb(167,92,115); }

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

background-color css

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

 a { background-color: rgb(167,92,115); }

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

border-color css

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

 span { border-color: rgb(167,92,115); }

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