Html Css Color HEX #A64275 Royal Heath

📋 copy color: '#A64275'

red 166 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #A64275

Tints of Royal Heath #A64275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.91%

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

R = 47.56%
G = 18.91%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A64275 (or 0xA64275) is known color: Royal Heath. HEX triplet: A6, 42 and 75. RGB value is (166,66,117). Sum of RGB (Red+Green+Blue) = 166+66+117=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A64275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64275 is #59BD8A. Grayscale: #656565. Windows color (decimal): -5881227 or 7684774. OLE color: 7684774.

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

Color convert

RGB 166 66 117 -
CMYK 0 0.60 0.30 0.35
HSL 329.4º 0.43% 0.45% -
HSV(B) 329.4º 0.6% 0.65% -
XYZ 20.88 13.29 18.29 -
YUV 101.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 166 66 117 0 0.60 0.30 0.35 329.4 0.43 0.45
Hex A6 42 75 0 3C 1E 23 149 2B 2D
Octal 246 102 165 0 74 36 43 511 53 55
Binary 10100110 1000010 1110101 0 111100 11110 100011 101001001 101011 101101

Color Harmonies of #A64275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64275

Black with #A64275

Text Example


Text Example

White with #A64275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64275; }

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

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

background-color css

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

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

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

border-color css

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

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

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