Html Css Color HEX #A74E85 Royal Heath

📋 copy color: '#A74E85'

red 167 ◦ green 78 ◦ blue 133

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

Shades of Royal Heath #A74E85

Tints of Royal Heath #A74E85

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.63%

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 44.18%
G = 20.63%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A74E85 (or 0xA74E85) is known color: Royal Heath. HEX triplet: A7, 4E and 85. RGB value is (167,78,133). Sum of RGB (Red+Green+Blue) = 167+78+133=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74E85 is #58B17A. Grayscale: #6E6E6E. Windows color (decimal): -5812603 or 8736423. OLE color: 8736423.

HSL color Cylindrical-coordinate representation of color #A74E85: hue angle of 322.92º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74E85 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 78 133 -
CMYK 0 0.53 0.20 0.35
HSL 322.92º 0.36% 0.48% -
HSV(B) 322.92º 0.53% 0.65% -
XYZ 22.89 15.36 23.95 -
YUV 110.88 140.49 168.03 -
System Red Green Blue C M Y K H S L
Decimal 167 78 133 0 0.53 0.20 0.35 322.92 0.36 0.48
Hex A7 4E 85 0 35 14 23 143 24 30
Octal 247 116 205 0 65 24 43 503 44 60
Binary 10100111 1001110 10000101 0 110101 10100 100011 101000011 100100 110000

Color Harmonies of #A74E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74E85

Black with #A74E85

Text Example


Text Example

White with #A74E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74E85; }

 p { color: rgb(167,78,133); }

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

background-color css

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

 a { background-color: rgb(167,78,133); }

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

border-color css

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

 span { border-color: rgb(167,78,133); }

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