Html Css Color HEX #A64373 Royal Heath

📋 copy color: '#A64373'

red 166 ◦ green 67 ◦ blue 115

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

Shades of Royal Heath #A64373

Tints of Royal Heath #A64373

RGB

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

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

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

R = 47.7%
G = 19.25%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A64373 (or 0xA64373) is known color: Royal Heath. HEX triplet: A6, 43 and 73. RGB value is (166,67,115). Sum of RGB (Red+Green+Blue) = 166+67+115=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A64373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64373 is #59BC8C. Grayscale: #656565. Windows color (decimal): -5880973 or 7553958. OLE color: 7553958.

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

Color convert

RGB 166 67 115 -
CMYK 0 0.60 0.31 0.35
HSL 330.91º 0.42% 0.46% -
HSV(B) 330.91º 0.6% 0.65% -
XYZ 20.83 13.36 17.7 -
YUV 102.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 166 67 115 0 0.60 0.31 0.35 330.91 0.42 0.46
Hex A6 43 73 0 3C 1F 23 14B 2A 2E
Octal 246 103 163 0 74 37 43 513 52 56
Binary 10100110 1000011 1110011 0 111100 11111 100011 101001011 101010 101110

Color Harmonies of #A64373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64373

Black with #A64373

Text Example


Text Example

White with #A64373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64373; }

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

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

background-color css

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

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

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

border-color css

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

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

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