Html Css Color HEX #A6467C Royal Heath

📋 copy color: '#A6467C'

red 166 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #A6467C

Tints of Royal Heath #A6467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.44%

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

R = 46.11%
G = 19.44%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6467C (or 0xA6467C) is known color: Royal Heath. HEX triplet: A6, 46 and 7C. RGB value is (166,70,124). Sum of RGB (Red+Green+Blue) = 166+70+124=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6467C is #59B983. Grayscale: #686868. Windows color (decimal): -5880196 or 8144550. OLE color: 8144550.

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

Color convert

RGB 166 70 124 -
CMYK 0 0.58 0.25 0.35
HSL 326.25º 0.41% 0.46% -
HSV(B) 326.25º 0.58% 0.65% -
XYZ 21.55 13.94 20.62 -
YUV 104.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 166 70 124 0 0.58 0.25 0.35 326.25 0.41 0.46
Hex A6 46 7C 0 3A 19 23 146 29 2E
Octal 246 106 174 0 72 31 43 506 51 56
Binary 10100110 1000110 1111100 0 111010 11001 100011 101000110 101001 101110

Color Harmonies of #A6467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6467C

Black with #A6467C

Text Example


Text Example

White with #A6467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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