Html Css Color HEX #A74B7C Royal Heath

📋 copy color: '#A74B7C'

red 167 ◦ green 75 ◦ blue 124

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

Shades of Royal Heath #A74B7C

Tints of Royal Heath #A74B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.49%

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

R = 45.63%
G = 20.49%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A74B7C (or 0xA74B7C) is known color: Royal Heath. HEX triplet: A7, 4B and 7C. RGB value is (167,75,124). Sum of RGB (Red+Green+Blue) = 167+75+124=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74B7C is #58B483. Grayscale: #6B6B6B. Windows color (decimal): -5813380 or 8145831. OLE color: 8145831.

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

Color convert

RGB 167 75 124 -
CMYK 0 0.55 0.26 0.35
HSL 328.04º 0.38% 0.47% -
HSV(B) 328.04º 0.55% 0.65% -
XYZ 22.09 14.7 20.74 -
YUV 108.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 167 75 124 0 0.55 0.26 0.35 328.04 0.38 0.47
Hex A7 4B 7C 0 37 1A 23 148 26 2F
Octal 247 113 174 0 67 32 43 510 46 57
Binary 10100111 1001011 1111100 0 110111 11010 100011 101001000 100110 101111

Color Harmonies of #A74B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74B7C

Black with #A74B7C

Text Example


Text Example

White with #A74B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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