Html Css Color HEX #A6447C Royal Heath

📋 copy color: '#A6447C'

red 166 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #A6447C

Tints of Royal Heath #A6447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 46.37%
G = 18.99%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6447C (or 0xA6447C) is known color: Royal Heath. HEX triplet: A6, 44 and 7C. RGB value is (166,68,124). Sum of RGB (Red+Green+Blue) = 166+68+124=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6447C is #59BB83. Grayscale: #676767. Windows color (decimal): -5880708 or 8144038. OLE color: 8144038.

HSL color Cylindrical-coordinate representation of color #A6447C: hue angle of 325.71º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6447C is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 124 -
CMYK 0 0.59 0.25 0.35
HSL 325.71º 0.42% 0.46% -
HSV(B) 325.71º 0.59% 0.65% -
XYZ 21.43 13.7 20.58 -
YUV 103.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 166 68 124 0 0.59 0.25 0.35 325.71 0.42 0.46
Hex A6 44 7C 0 3B 19 23 146 2A 2E
Octal 246 104 174 0 73 31 43 506 52 56
Binary 10100110 1000100 1111100 0 111011 11001 100011 101000110 101010 101110

Color Harmonies of #A6447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6447C

Black with #A6447C

Text Example


Text Example

White with #A6447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6447C; }

 p { color: rgb(166,68,124); }

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

background-color css

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

 a { background-color: rgb(166,68,124); }

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

border-color css

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

 span { border-color: rgb(166,68,124); }

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