Html Css Color HEX #A64E74 Royal Heath

📋 copy color: '#A64E74'

red 166 ◦ green 78 ◦ blue 116

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

Shades of Royal Heath #A64E74

Tints of Royal Heath #A64E74

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.67%

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

R = 46.11%
G = 21.67%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A64E74 (or 0xA64E74) is known color: Royal Heath. HEX triplet: A6, 4E and 74. RGB value is (166,78,116). Sum of RGB (Red+Green+Blue) = 166+78+116=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E74 is #59B18B. Grayscale: #6C6C6C. Windows color (decimal): -5878156 or 7622310. OLE color: 7622310.

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

Color convert

RGB 166 78 116 -
CMYK 0 0.53 0.30 0.35
HSL 334.09º 0.36% 0.48% -
HSV(B) 334.09º 0.53% 0.65% -
XYZ 21.6 14.82 18.24 -
YUV 108.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 166 78 116 0 0.53 0.30 0.35 334.09 0.36 0.48
Hex A6 4E 74 0 35 1E 23 14E 24 30
Octal 246 116 164 0 65 36 43 516 44 60
Binary 10100110 1001110 1110100 0 110101 11110 100011 101001110 100100 110000

Color Harmonies of #A64E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64E74

Black with #A64E74

Text Example


Text Example

White with #A64E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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