Html Css Color HEX #A6487F Royal Heath

📋 copy color: '#A6487F'

red 166 ◦ green 72 ◦ blue 127

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

Shades of Royal Heath #A6487F

Tints of Royal Heath #A6487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 45.48%
G = 19.73%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6487F (or 0xA6487F) is known color: Royal Heath. HEX triplet: A6, 48 and 7F. RGB value is (166,72,127). Sum of RGB (Red+Green+Blue) = 166+72+127=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A6487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6487F is #59B780. Grayscale: #6A6A6A. Windows color (decimal): -5879681 or 8341670. OLE color: 8341670.

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

Color convert

RGB 166 72 127 -
CMYK 0 0.57 0.23 0.35
HSL 324.89º 0.39% 0.47% -
HSV(B) 324.89º 0.57% 0.65% -
XYZ 21.87 14.27 21.68 -
YUV 106.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 166 72 127 0 0.57 0.23 0.35 324.89 0.39 0.47
Hex A6 48 7F 0 39 17 23 145 27 2F
Octal 246 110 177 0 71 27 43 505 47 57
Binary 10100110 1001000 1111111 0 111001 10111 100011 101000101 100111 101111

Color Harmonies of #A6487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6487F

Black with #A6487F

Text Example


Text Example

White with #A6487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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