Html Css Color HEX #A6487D Royal Heath

📋 copy color: '#A6487D'

red 166 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #A6487D

Tints of Royal Heath #A6487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 45.73%
G = 19.83%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6487D (or 0xA6487D) is known color: Royal Heath. HEX triplet: A6, 48 and 7D. RGB value is (166,72,125). Sum of RGB (Red+Green+Blue) = 166+72+125=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A6487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6487D is #59B782. Grayscale: #6A6A6A. Windows color (decimal): -5879683 or 8210598. OLE color: 8210598.

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

Color convert

RGB 166 72 125 -
CMYK 0 0.57 0.25 0.35
HSL 326.17º 0.39% 0.47% -
HSV(B) 326.17º 0.57% 0.65% -
XYZ 21.74 14.22 21 -
YUV 106.15 138.64 170.69 -
System Red Green Blue C M Y K H S L
Decimal 166 72 125 0 0.57 0.25 0.35 326.17 0.39 0.47
Hex A6 48 7D 0 39 19 23 146 27 2F
Octal 246 110 175 0 71 31 43 506 47 57
Binary 10100110 1001000 1111101 0 111001 11001 100011 101000110 100111 101111

Color Harmonies of #A6487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6487D

Black with #A6487D

Text Example


Text Example

White with #A6487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6487D; }

 p { color: rgb(166,72,125); }

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

background-color css

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

 a { background-color: rgb(166,72,125); }

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

border-color css

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

 span { border-color: rgb(166,72,125); }

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