Html Css Color HEX #A93E76 Royal Heath

📋 copy color: '#A93E76'

red 169 ◦ green 62 ◦ blue 118

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

Shades of Royal Heath #A93E76

Tints of Royal Heath #A93E76

RGB

 RED value IS 169 (66.41% from 255) = 48.42%

 GREEN value IS 62 (24.61% from 255) = 17.77%

 BLUE value IS 118 (46.48% from 255) = 33.81%

R = 48.42%
G = 17.77%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A93E76 (or 0xA93E76) is known color: Royal Heath. HEX triplet: A9, 3E and 76. RGB value is (169,62,118). Sum of RGB (Red+Green+Blue) = 169+62+118=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93E76 is #56C189. Grayscale: #646464. Windows color (decimal): -5685642 or 7749289. OLE color: 7749289.

HSL color Cylindrical-coordinate representation of color #A93E76: hue angle of 328.6º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A93E76 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 62 118 -
CMYK 0 0.63 0.30 0.34
HSL 328.6º 0.46% 0.45% -
HSV(B) 328.6º 0.63% 0.66% -
XYZ 21.35 13.19 18.56 -
YUV 100.38 137.95 176.95 -
System Red Green Blue C M Y K H S L
Decimal 169 62 118 0 0.63 0.30 0.34 328.6 0.46 0.45
Hex A9 3E 76 0 3F 1E 22 149 2E 2D
Octal 251 76 166 0 77 36 42 511 56 55
Binary 10101001 111110 1110110 0 111111 11110 100010 101001001 101110 101101

Color Harmonies of #A93E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93E76

Black with #A93E76

Text Example


Text Example

White with #A93E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93E76; }

 p { color: rgb(169,62,118); }

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

background-color css

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

 a { background-color: rgb(169,62,118); }

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

border-color css

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

 span { border-color: rgb(169,62,118); }

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