Html Css Color HEX #A7467E Royal Heath

📋 copy color: '#A7467E'

red 167 ◦ green 70 ◦ blue 126

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

Shades of Royal Heath #A7467E

Tints of Royal Heath #A7467E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 46.01%
G = 19.28%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7467E (or 0xA7467E) is known color: Royal Heath. HEX triplet: A7, 46 and 7E. RGB value is (167,70,126). Sum of RGB (Red+Green+Blue) = 167+70+126=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A7467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7467E is #58B981. Grayscale: #696969. Windows color (decimal): -5814658 or 8275623. OLE color: 8275623.

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

Color convert

RGB 167 70 126 -
CMYK 0 0.58 0.25 0.35
HSL 325.36º 0.41% 0.46% -
HSV(B) 325.36º 0.58% 0.65% -
XYZ 21.89 14.1 21.31 -
YUV 105.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 167 70 126 0 0.58 0.25 0.35 325.36 0.41 0.46
Hex A7 46 7E 0 3A 19 23 145 29 2E
Octal 247 106 176 0 72 31 43 505 51 56
Binary 10100111 1000110 1111110 0 111010 11001 100011 101000101 101001 101110

Color Harmonies of #A7467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7467E

Black with #A7467E

Text Example


Text Example

White with #A7467E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7467E; }

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

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

background-color css

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

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

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

border-color css

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

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

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