Html Css Color HEX #A7417C Royal Heath

📋 copy color: '#A7417C'

red 167 ◦ green 65 ◦ blue 124

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

Shades of Royal Heath #A7417C

Tints of Royal Heath #A7417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.26%

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 46.91%
G = 18.26%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7417C (or 0xA7417C) is known color: Royal Heath. HEX triplet: A7, 41 and 7C. RGB value is (167,65,124). Sum of RGB (Red+Green+Blue) = 167+65+124=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A7417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7417C is #58BE83. Grayscale: #666666. Windows color (decimal): -5815940 or 8143271. OLE color: 8143271.

HSL color Cylindrical-coordinate representation of color #A7417C: hue angle of 325.29º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7417C is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 65 124 -
CMYK 0 0.61 0.26 0.35
HSL 325.29º 0.44% 0.45% -
HSV(B) 325.29º 0.61% 0.65% -
XYZ 21.46 13.45 20.53 -
YUV 102.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 167 65 124 0 0.61 0.26 0.35 325.29 0.44 0.45
Hex A7 41 7C 0 3D 1A 23 145 2C 2D
Octal 247 101 174 0 75 32 43 505 54 55
Binary 10100111 1000001 1111100 0 111101 11010 100011 101000101 101100 101101

Color Harmonies of #A7417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7417C

Black with #A7417C

Text Example


Text Example

White with #A7417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7417C; }

 p { color: rgb(167,65,124); }

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

background-color css

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

 a { background-color: rgb(167,65,124); }

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

border-color css

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

 span { border-color: rgb(167,65,124); }

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