Html Css Color HEX #A64C74 Royal Heath

📋 copy color: '#A64C74'

red 166 ◦ green 76 ◦ blue 116

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

Shades of Royal Heath #A64C74

Tints of Royal Heath #A64C74

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.23%

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

R = 46.37%
G = 21.23%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A64C74 (or 0xA64C74) is known color: Royal Heath. HEX triplet: A6, 4C and 74. RGB value is (166,76,116). Sum of RGB (Red+Green+Blue) = 166+76+116=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64C74 is #59B38B. Grayscale: #6B6B6B. Windows color (decimal): -5878668 or 7621798. OLE color: 7621798.

HSL color Cylindrical-coordinate representation of color #A64C74: hue angle of 333.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64C74 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 76 116 -
CMYK 0 0.54 0.30 0.35
HSL 333.33º 0.37% 0.47% -
HSV(B) 333.33º 0.54% 0.65% -
XYZ 21.46 14.54 18.2 -
YUV 107.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 166 76 116 0 0.54 0.30 0.35 333.33 0.37 0.47
Hex A6 4C 74 0 36 1E 23 14D 25 2F
Octal 246 114 164 0 66 36 43 515 45 57
Binary 10100110 1001100 1110100 0 110110 11110 100011 101001101 100101 101111

Color Harmonies of #A64C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C74

Black with #A64C74

Text Example


Text Example

White with #A64C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C74; }

 p { color: rgb(166,76,116); }

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

background-color css

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

 a { background-color: rgb(166,76,116); }

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

border-color css

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

 span { border-color: rgb(166,76,116); }

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