Html Css Color HEX #A75185 Royal Heath

📋 copy color: '#A75185'

red 167 ◦ green 81 ◦ blue 133

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

Shades of Royal Heath #A75185

Tints of Royal Heath #A75185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

 BLUE value IS 133 (52.34% from 255) = 34.91%

R = 43.83%
G = 21.26%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A75185 (or 0xA75185) is known color: Royal Heath. HEX triplet: A7, 51 and 85. RGB value is (167,81,133). Sum of RGB (Red+Green+Blue) = 167+81+133=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A75185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75185 is #58AE7A. Grayscale: #707070. Windows color (decimal): -5811835 or 8737191. OLE color: 8737191.

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

Color convert

RGB 167 81 133 -
CMYK 0 0.51 0.20 0.35
HSL 323.72º 0.35% 0.49% -
HSV(B) 323.72º 0.51% 0.65% -
XYZ 23.11 15.79 24.02 -
YUV 112.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 167 81 133 0 0.51 0.20 0.35 323.72 0.35 0.49
Hex A7 51 85 0 33 14 23 144 23 31
Octal 247 121 205 0 63 24 43 504 43 61
Binary 10100111 1010001 10000101 0 110011 10100 100011 101000100 100011 110001

Color Harmonies of #A75185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75185

Black with #A75185

Text Example


Text Example

White with #A75185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75185; }

 p { color: rgb(167,81,133); }

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

background-color css

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

 a { background-color: rgb(167,81,133); }

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

border-color css

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

 span { border-color: rgb(167,81,133); }

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