Html Css Color HEX #A6487C Royal Heath

📋 copy color: '#A6487C'

red 166 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #A6487C

Tints of Royal Heath #A6487C

RGB

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

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

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

R = 45.86%
G = 19.89%
B = 34.25%

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

#A6487C (or 0xA6487C) is known color: Royal Heath. HEX triplet: A6, 48 and 7C. RGB value is (166,72,124). Sum of RGB (Red+Green+Blue) = 166+72+124=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6487C is #59B783. Grayscale: #696969. Windows color (decimal): -5879684 or 8145062. OLE color: 8145062.

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

Color convert

RGB 166 72 124 -
CMYK 0 0.57 0.25 0.35
HSL 326.81º 0.39% 0.47% -
HSV(B) 326.81º 0.57% 0.65% -
XYZ 21.68 14.2 20.67 -
YUV 106.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 166 72 124 0 0.57 0.25 0.35 326.81 0.39 0.47
Hex A6 48 7C 0 39 19 23 147 27 2F
Octal 246 110 174 0 71 31 43 507 47 57
Binary 10100110 1001000 1111100 0 111001 11001 100011 101000111 100111 101111

Color Harmonies of #A6487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6487C

Black with #A6487C

Text Example


Text Example

White with #A6487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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