Html Css Color HEX #A74A7B Royal Heath

📋 copy color: '#A74A7B'

red 167 ◦ green 74 ◦ blue 123

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

Shades of Royal Heath #A74A7B

Tints of Royal Heath #A74A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 45.88%
G = 20.33%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A74A7B (or 0xA74A7B) is known color: Royal Heath. HEX triplet: A7, 4A and 7B. RGB value is (167,74,123). Sum of RGB (Red+Green+Blue) = 167+74+123=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74A7B is #58B584. Grayscale: #6B6B6B. Windows color (decimal): -5813637 or 8080039. OLE color: 8080039.

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

Color convert

RGB 167 74 123 -
CMYK 0 0.56 0.26 0.35
HSL 328.39º 0.39% 0.47% -
HSV(B) 328.39º 0.56% 0.65% -
XYZ 21.96 14.54 20.39 -
YUV 107.39 136.81 170.52 -
System Red Green Blue C M Y K H S L
Decimal 167 74 123 0 0.56 0.26 0.35 328.39 0.39 0.47
Hex A7 4A 7B 0 38 1A 23 148 27 2F
Octal 247 112 173 0 70 32 43 510 47 57
Binary 10100111 1001010 1111011 0 111000 11010 100011 101001000 100111 101111

Color Harmonies of #A74A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74A7B

Black with #A74A7B

Text Example


Text Example

White with #A74A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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