Html Css Color HEX #A64679 Royal Heath

📋 copy color: '#A64679'

red 166 ◦ green 70 ◦ blue 121

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

Shades of Royal Heath #A64679

Tints of Royal Heath #A64679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.61%

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

R = 46.5%
G = 19.61%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A64679 (or 0xA64679) is known color: Royal Heath. HEX triplet: A6, 46 and 79. RGB value is (166,70,121). Sum of RGB (Red+Green+Blue) = 166+70+121=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A64679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64679 is #59B986. Grayscale: #686868. Windows color (decimal): -5880199 or 7947942. OLE color: 7947942.

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

Color convert

RGB 166 70 121 -
CMYK 0 0.58 0.27 0.35
HSL 328.13º 0.41% 0.46% -
HSV(B) 328.13º 0.58% 0.65% -
XYZ 21.37 13.87 19.64 -
YUV 104.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 166 70 121 0 0.58 0.27 0.35 328.13 0.41 0.46
Hex A6 46 79 0 3A 1B 23 148 29 2E
Octal 246 106 171 0 72 33 43 510 51 56
Binary 10100110 1000110 1111001 0 111010 11011 100011 101001000 101001 101110

Color Harmonies of #A64679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64679

Black with #A64679

Text Example


Text Example

White with #A64679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64679; }

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

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

background-color css

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

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

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

border-color css

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

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

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