Html Css Color HEX #A6587F Royal Heath

📋 copy color: '#A6587F'

red 166 ◦ green 88 ◦ blue 127

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

Shades of Royal Heath #A6587F

Tints of Royal Heath #A6587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.1%

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

R = 43.57%
G = 23.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6587F (or 0xA6587F) is known color: Royal Heath. HEX triplet: A6, 58 and 7F. RGB value is (166,88,127). Sum of RGB (Red+Green+Blue) = 166+88+127=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A6587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6587F is #59A780. Grayscale: #737373. Windows color (decimal): -5875585 or 8345766. OLE color: 8345766.

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

Color convert

RGB 166 88 127 -
CMYK 0 0.47 0.23 0.35
HSL 330º 0.31% 0.5% -
HSV(B) 330º 0.47% 0.65% -
XYZ 23.05 16.62 22.07 -
YUV 115.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 166 88 127 0 0.47 0.23 0.35 330 0.31 0.5
Hex A6 58 7F 0 2F 17 23 14A 1F 32
Octal 246 130 177 0 57 27 43 512 37 62
Binary 10100110 1011000 1111111 0 101111 10111 100011 101001010 11111 110010

Color Harmonies of #A6587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6587F

Black with #A6587F

Text Example


Text Example

White with #A6587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6587F; }

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

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

background-color css

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

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

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

border-color css

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

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

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