Html Css Color HEX #A6487B Royal Heath

📋 copy color: '#A6487B'

red 166 ◦ green 72 ◦ blue 123

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

Shades of Royal Heath #A6487B

Tints of Royal Heath #A6487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 45.98%
G = 19.94%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6487B (or 0xA6487B) is known color: Royal Heath. HEX triplet: A6, 48 and 7B. RGB value is (166,72,123). Sum of RGB (Red+Green+Blue) = 166+72+123=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6487B is #59B784. Grayscale: #696969. Windows color (decimal): -5879685 or 8079526. OLE color: 8079526.

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

Color convert

RGB 166 72 123 -
CMYK 0 0.57 0.26 0.35
HSL 327.45º 0.39% 0.47% -
HSV(B) 327.45º 0.57% 0.65% -
XYZ 21.62 14.17 20.33 -
YUV 105.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 166 72 123 0 0.57 0.26 0.35 327.45 0.39 0.47
Hex A6 48 7B 0 39 1A 23 147 27 2F
Octal 246 110 173 0 71 32 43 507 47 57
Binary 10100110 1001000 1111011 0 111001 11010 100011 101000111 100111 101111

Color Harmonies of #A6487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6487B

Black with #A6487B

Text Example


Text Example

White with #A6487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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