Html Css Color HEX #A64379 Royal Heath

📋 copy color: '#A64379'

red 166 ◦ green 67 ◦ blue 121

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

Shades of Royal Heath #A64379

Tints of Royal Heath #A64379

RGB

 RED value IS 166 (65.23% from 255) = 46.89%

 GREEN value IS 67 (26.56% from 255) = 18.93%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 46.89%
G = 18.93%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A64379 (or 0xA64379) is known color: Royal Heath. HEX triplet: A6, 43 and 79. RGB value is (166,67,121). Sum of RGB (Red+Green+Blue) = 166+67+121=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A64379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64379 is #59BC86. Grayscale: #666666. Windows color (decimal): -5880967 or 7947174. OLE color: 7947174.

HSL color Cylindrical-coordinate representation of color #A64379: hue angle of 327.27º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64379 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 67 121 -
CMYK 0 0.60 0.27 0.35
HSL 327.27º 0.42% 0.46% -
HSV(B) 327.27º 0.6% 0.65% -
XYZ 21.18 13.5 19.58 -
YUV 102.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 166 67 121 0 0.60 0.27 0.35 327.27 0.42 0.46
Hex A6 43 79 0 3C 1B 23 147 2A 2E
Octal 246 103 171 0 74 33 43 507 52 56
Binary 10100110 1000011 1111001 0 111100 11011 100011 101000111 101010 101110

Color Harmonies of #A64379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64379

Black with #A64379

Text Example


Text Example

White with #A64379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64379; }

 p { color: rgb(166,67,121); }

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

background-color css

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

 a { background-color: rgb(166,67,121); }

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

border-color css

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

 span { border-color: rgb(166,67,121); }

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