Html Css Color HEX #A75181 Royal Heath

📋 copy color: '#A75181'

red 167 ◦ green 81 ◦ blue 129

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

Shades of Royal Heath #A75181

Tints of Royal Heath #A75181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 44.3%
G = 21.49%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A75181 (or 0xA75181) is known color: Royal Heath. HEX triplet: A7, 51 and 81. RGB value is (167,81,129). Sum of RGB (Red+Green+Blue) = 167+81+129=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A75181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75181 is #58AE7E. Grayscale: #707070. Windows color (decimal): -5811839 or 8475047. OLE color: 8475047.

HSL color Cylindrical-coordinate representation of color #A75181: hue angle of 326.51º 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 #A75181 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 81 129 -
CMYK 0 0.51 0.23 0.35
HSL 326.51º 0.35% 0.49% -
HSV(B) 326.51º 0.51% 0.65% -
XYZ 22.84 15.69 22.59 -
YUV 112.19 137.49 167.1 -
System Red Green Blue C M Y K H S L
Decimal 167 81 129 0 0.51 0.23 0.35 326.51 0.35 0.49
Hex A7 51 81 0 33 17 23 147 23 31
Octal 247 121 201 0 63 27 43 507 43 61
Binary 10100111 1010001 10000001 0 110011 10111 100011 101000111 100011 110001

Color Harmonies of #A75181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75181

Black with #A75181

Text Example


Text Example

White with #A75181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75181; }

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

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

background-color css

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

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

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

border-color css

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

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

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