Html Css Color HEX #A64175 Royal Heath

📋 copy color: '#A64175'

red 166 ◦ green 65 ◦ blue 117

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

Shades of Royal Heath #A64175

Tints of Royal Heath #A64175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 47.7%
G = 18.68%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A64175 (or 0xA64175) is known color: Royal Heath. HEX triplet: A6, 41 and 75. RGB value is (166,65,117). Sum of RGB (Red+Green+Blue) = 166+65+117=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A64175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64175 is #59BE8A. Grayscale: #656565. Windows color (decimal): -5881483 or 7684518. OLE color: 7684518.

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

Color convert

RGB 166 65 117 -
CMYK 0 0.61 0.30 0.35
HSL 329.11º 0.44% 0.45% -
HSV(B) 329.11º 0.61% 0.65% -
XYZ 20.83 13.17 18.27 -
YUV 101.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 166 65 117 0 0.61 0.30 0.35 329.11 0.44 0.45
Hex A6 41 75 0 3D 1E 23 149 2C 2D
Octal 246 101 165 0 75 36 43 511 54 55
Binary 10100110 1000001 1110101 0 111101 11110 100011 101001001 101100 101101

Color Harmonies of #A64175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64175

Black with #A64175

Text Example


Text Example

White with #A64175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64175; }

 p { color: rgb(166,65,117); }

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

background-color css

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

 a { background-color: rgb(166,65,117); }

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

border-color css

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

 span { border-color: rgb(166,65,117); }

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