Html Css Color HEX #A7487F Royal Heath

📋 copy color: '#A7487F'

red 167 ◦ green 72 ◦ blue 127

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

Shades of Royal Heath #A7487F

Tints of Royal Heath #A7487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

 BLUE value IS 127 (50% from 255) = 34.7%

R = 45.63%
G = 19.67%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A7487F (or 0xA7487F) is known color: Royal Heath. HEX triplet: A7, 48 and 7F. RGB value is (167,72,127). Sum of RGB (Red+Green+Blue) = 167+72+127=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A7487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7487F is #58B780. Grayscale: #6A6A6A. Windows color (decimal): -5814145 or 8341671. OLE color: 8341671.

HSL color Cylindrical-coordinate representation of color #A7487F: hue angle of 325.26º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7487F is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 72 127 -
CMYK 0 0.57 0.24 0.35
HSL 325.26º 0.4% 0.47% -
HSV(B) 325.26º 0.57% 0.65% -
XYZ 22.08 14.38 21.69 -
YUV 106.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 167 72 127 0 0.57 0.24 0.35 325.26 0.4 0.47
Hex A7 48 7F 0 39 18 23 145 28 2F
Octal 247 110 177 0 71 30 43 505 50 57
Binary 10100111 1001000 1111111 0 111001 11000 100011 101000101 101000 101111

Color Harmonies of #A7487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7487F

Black with #A7487F

Text Example


Text Example

White with #A7487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7487F; }

 p { color: rgb(167,72,127); }

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

background-color css

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

 a { background-color: rgb(167,72,127); }

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

border-color css

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

 span { border-color: rgb(167,72,127); }

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