Html Css Color HEX #A7467F Royal Heath

📋 copy color: '#A7467F'

red 167 ◦ green 70 ◦ blue 127

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

Shades of Royal Heath #A7467F

Tints of Royal Heath #A7467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

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

R = 45.88%
G = 19.23%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A7467F (or 0xA7467F) is known color: Royal Heath. HEX triplet: A7, 46 and 7F. RGB value is (167,70,127). Sum of RGB (Red+Green+Blue) = 167+70+127=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A7467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7467F is #58B980. Grayscale: #696969. Windows color (decimal): -5814657 or 8341159. OLE color: 8341159.

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

Color convert

RGB 167 70 127 -
CMYK 0 0.58 0.24 0.35
HSL 324.74º 0.41% 0.46% -
HSV(B) 324.74º 0.58% 0.65% -
XYZ 21.96 14.13 21.65 -
YUV 105.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 167 70 127 0 0.58 0.24 0.35 324.74 0.41 0.46
Hex A7 46 7F 0 3A 18 23 145 29 2E
Octal 247 106 177 0 72 30 43 505 51 56
Binary 10100111 1000110 1111111 0 111010 11000 100011 101000101 101001 101110

Color Harmonies of #A7467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7467F

Black with #A7467F

Text Example


Text Example

White with #A7467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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