Html Css Color HEX #A93E74 Royal Heath

📋 copy color: '#A93E74'

red 169 ◦ green 62 ◦ blue 116

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

Shades of Royal Heath #A93E74

Tints of Royal Heath #A93E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 48.7%
G = 17.87%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A93E74 (or 0xA93E74) is known color: Royal Heath. HEX triplet: A9, 3E and 74. RGB value is (169,62,116). Sum of RGB (Red+Green+Blue) = 169+62+116=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93E74 is #56C18B. Grayscale: #646464. Windows color (decimal): -5685644 or 7618217. OLE color: 7618217.

HSL color Cylindrical-coordinate representation of color #A93E74: hue angle of 329.72º 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 #A93E74 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 62 116 -
CMYK 0 0.63 0.31 0.34
HSL 329.72º 0.46% 0.45% -
HSV(B) 329.72º 0.63% 0.66% -
XYZ 21.24 13.14 17.94 -
YUV 100.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 169 62 116 0 0.63 0.31 0.34 329.72 0.46 0.45
Hex A9 3E 74 0 3F 1F 22 14A 2E 2D
Octal 251 76 164 0 77 37 42 512 56 55
Binary 10101001 111110 1110100 0 111111 11111 100010 101001010 101110 101101

Color Harmonies of #A93E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93E74

Black with #A93E74

Text Example


Text Example

White with #A93E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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