Html Css Color HEX #A74983 Royal Heath

📋 copy color: '#A74983'

red 167 ◦ green 73 ◦ blue 131

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

Shades of Royal Heath #A74983

Tints of Royal Heath #A74983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

 BLUE value IS 131 (51.56% from 255) = 35.31%

R = 45.01%
G = 19.68%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A74983 (or 0xA74983) is known color: Royal Heath. HEX triplet: A7, 49 and 83. RGB value is (167,73,131). Sum of RGB (Red+Green+Blue) = 167+73+131=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A74983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74983 is #58B67C. Grayscale: #6B6B6B. Windows color (decimal): -5813885 or 8604071. OLE color: 8604071.

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

Color convert

RGB 167 73 131 -
CMYK 0 0.56 0.22 0.35
HSL 322.98º 0.39% 0.47% -
HSV(B) 322.98º 0.56% 0.65% -
XYZ 22.42 14.62 23.11 -
YUV 107.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 167 73 131 0 0.56 0.22 0.35 322.98 0.39 0.47
Hex A7 49 83 0 38 16 23 143 27 2F
Octal 247 111 203 0 70 26 43 503 47 57
Binary 10100111 1001001 10000011 0 111000 10110 100011 101000011 100111 101111

Color Harmonies of #A74983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74983

Black with #A74983

Text Example


Text Example

White with #A74983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74983; }

 p { color: rgb(167,73,131); }

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

background-color css

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

 a { background-color: rgb(167,73,131); }

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

border-color css

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

 span { border-color: rgb(167,73,131); }

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