Html Css Color HEX #A74A75 Royal Heath

📋 copy color: '#A74A75'

red 167 ◦ green 74 ◦ blue 117

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

Shades of Royal Heath #A74A75

Tints of Royal Heath #A74A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 46.65%
G = 20.67%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A74A75 (or 0xA74A75) is known color: Royal Heath. HEX triplet: A7, 4A and 75. RGB value is (167,74,117). Sum of RGB (Red+Green+Blue) = 167+74+117=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74A75 is #58B58A. Grayscale: #6A6A6A. Windows color (decimal): -5813643 or 7686823. OLE color: 7686823.

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

Color convert

RGB 167 74 117 -
CMYK 0 0.56 0.30 0.35
HSL 332.26º 0.39% 0.47% -
HSV(B) 332.26º 0.56% 0.65% -
XYZ 21.6 14.4 18.47 -
YUV 106.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 167 74 117 0 0.56 0.30 0.35 332.26 0.39 0.47
Hex A7 4A 75 0 38 1E 23 14C 27 2F
Octal 247 112 165 0 70 36 43 514 47 57
Binary 10100111 1001010 1110101 0 111000 11110 100011 101001100 100111 101111

Color Harmonies of #A74A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74A75

Black with #A74A75

Text Example


Text Example

White with #A74A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74A75; }

 p { color: rgb(167,74,117); }

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

background-color css

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

 a { background-color: rgb(167,74,117); }

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

border-color css

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

 span { border-color: rgb(167,74,117); }

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