Html Css Color HEX #A6587B Royal Heath

📋 copy color: '#A6587B'

red 166 ◦ green 88 ◦ blue 123

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

Shades of Royal Heath #A6587B

Tints of Royal Heath #A6587B

RGB

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

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

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

R = 44.03%
G = 23.34%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6587B (or 0xA6587B) is known color: Royal Heath. HEX triplet: A6, 58 and 7B. RGB value is (166,88,123). Sum of RGB (Red+Green+Blue) = 166+88+123=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6587B is #59A784. Grayscale: #737373. Windows color (decimal): -5875589 or 8083622. OLE color: 8083622.

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

Color convert

RGB 166 88 123 -
CMYK 0 0.47 0.26 0.35
HSL 333.08º 0.31% 0.5% -
HSV(B) 333.08º 0.47% 0.65% -
XYZ 22.79 16.52 20.73 -
YUV 115.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 166 88 123 0 0.47 0.26 0.35 333.08 0.31 0.5
Hex A6 58 7B 0 2F 1A 23 14D 1F 32
Octal 246 130 173 0 57 32 43 515 37 62
Binary 10100110 1011000 1111011 0 101111 11010 100011 101001101 11111 110010

Color Harmonies of #A6587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6587B

Black with #A6587B

Text Example


Text Example

White with #A6587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6587B; }

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

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

background-color css

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

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

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

border-color css

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

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

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