Html Css Color HEX #A64274 Royal Heath

📋 copy color: '#A64274'

red 166 ◦ green 66 ◦ blue 116

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

Shades of Royal Heath #A64274

Tints of Royal Heath #A64274

RGB

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

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

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

R = 47.7%
G = 18.97%
B = 33.33%

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

#A64274 (or 0xA64274) is known color: Royal Heath. HEX triplet: A6, 42 and 74. RGB value is (166,66,116). Sum of RGB (Red+Green+Blue) = 166+66+116=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A64274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64274 is #59BD8B. Grayscale: #656565. Windows color (decimal): -5881228 or 7619238. OLE color: 7619238.

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

Color convert

RGB 166 66 116 -
CMYK 0 0.60 0.30 0.35
HSL 330º 0.43% 0.45% -
HSV(B) 330º 0.6% 0.65% -
XYZ 20.83 13.26 17.99 -
YUV 101.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 166 66 116 0 0.60 0.30 0.35 330 0.43 0.45
Hex A6 42 74 0 3C 1E 23 14A 2B 2D
Octal 246 102 164 0 74 36 43 512 53 55
Binary 10100110 1000010 1110100 0 111100 11110 100011 101001010 101011 101101

Color Harmonies of #A64274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64274

Black with #A64274

Text Example


Text Example

White with #A64274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64274; }

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

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

background-color css

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

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

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

border-color css

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

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

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