Html Css Color HEX #A7427A Royal Heath

📋 copy color: '#A7427A'

red 167 ◦ green 66 ◦ blue 122

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

Shades of Royal Heath #A7427A

Tints of Royal Heath #A7427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 47.04%
G = 18.59%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A7427A (or 0xA7427A) is known color: Royal Heath. HEX triplet: A7, 42 and 7A. RGB value is (167,66,122). Sum of RGB (Red+Green+Blue) = 167+66+122=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A7427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7427A is #58BD85. Grayscale: #666666. Windows color (decimal): -5815686 or 8012455. OLE color: 8012455.

HSL color Cylindrical-coordinate representation of color #A7427A: hue angle of 326.73º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7427A is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 66 122 -
CMYK 0 0.60 0.27 0.35
HSL 326.73º 0.43% 0.46% -
HSV(B) 326.73º 0.6% 0.65% -
XYZ 21.4 13.52 19.89 -
YUV 102.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 167 66 122 0 0.60 0.27 0.35 326.73 0.43 0.46
Hex A7 42 7A 0 3C 1B 23 147 2B 2E
Octal 247 102 172 0 74 33 43 507 53 56
Binary 10100111 1000010 1111010 0 111100 11011 100011 101000111 101011 101110

Color Harmonies of #A7427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7427A

Black with #A7427A

Text Example


Text Example

White with #A7427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7427A; }

 p { color: rgb(167,66,122); }

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

background-color css

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

 a { background-color: rgb(167,66,122); }

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

border-color css

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

 span { border-color: rgb(167,66,122); }

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