Html Css Color HEX #A64673 Royal Heath

📋 copy color: '#A64673'

red 166 ◦ green 70 ◦ blue 115

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

Shades of Royal Heath #A64673

Tints of Royal Heath #A64673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 47.29%
G = 19.94%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A64673 (or 0xA64673) is known color: Royal Heath. HEX triplet: A6, 46 and 73. RGB value is (166,70,115). Sum of RGB (Red+Green+Blue) = 166+70+115=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A64673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64673 is #59B98C. Grayscale: #676767. Windows color (decimal): -5880205 or 7554726. OLE color: 7554726.

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

Color convert

RGB 166 70 115 -
CMYK 0 0.58 0.31 0.35
HSL 331.88º 0.41% 0.46% -
HSV(B) 331.88º 0.58% 0.65% -
XYZ 21.01 13.73 17.76 -
YUV 103.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 166 70 115 0 0.58 0.31 0.35 331.88 0.41 0.46
Hex A6 46 73 0 3A 1F 23 14C 29 2E
Octal 246 106 163 0 72 37 43 514 51 56
Binary 10100110 1000110 1110011 0 111010 11111 100011 101001100 101001 101110

Color Harmonies of #A64673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64673

Black with #A64673

Text Example


Text Example

White with #A64673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64673; }

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

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

background-color css

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

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

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

border-color css

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

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

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