Html Css Color HEX #A6487A Royal Heath

📋 copy color: '#A6487A'

red 166 ◦ green 72 ◦ blue 122

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

Shades of Royal Heath #A6487A

Tints of Royal Heath #A6487A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 46.11%
G = 20%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A6487A (or 0xA6487A) is known color: Royal Heath. HEX triplet: A6, 48 and 7A. RGB value is (166,72,122). Sum of RGB (Red+Green+Blue) = 166+72+122=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6487A is #59B785. Grayscale: #696969. Windows color (decimal): -5879686 or 8013990. OLE color: 8013990.

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

Color convert

RGB 166 72 122 -
CMYK 0 0.57 0.27 0.35
HSL 328.09º 0.39% 0.47% -
HSV(B) 328.09º 0.57% 0.65% -
XYZ 21.56 14.15 20.01 -
YUV 105.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 166 72 122 0 0.57 0.27 0.35 328.09 0.39 0.47
Hex A6 48 7A 0 39 1B 23 148 27 2F
Octal 246 110 172 0 71 33 43 510 47 57
Binary 10100110 1001000 1111010 0 111001 11011 100011 101001000 100111 101111

Color Harmonies of #A6487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6487A

Black with #A6487A

Text Example


Text Example

White with #A6487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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