Html Css Color HEX #A6497B Royal Heath

📋 copy color: '#A6497B'

red 166 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #A6497B

Tints of Royal Heath #A6497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

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

R = 45.86%
G = 20.17%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6497B (or 0xA6497B) is known color: Royal Heath. HEX triplet: A6, 49 and 7B. RGB value is (166,73,123). Sum of RGB (Red+Green+Blue) = 166+73+123=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6497B is #59B684. Grayscale: #6A6A6A. Windows color (decimal): -5879429 or 8079782. OLE color: 8079782.

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

Color convert

RGB 166 73 123 -
CMYK 0 0.56 0.26 0.35
HSL 327.74º 0.39% 0.47% -
HSV(B) 327.74º 0.56% 0.65% -
XYZ 21.68 14.3 20.36 -
YUV 106.51 137.31 170.43 -
System Red Green Blue C M Y K H S L
Decimal 166 73 123 0 0.56 0.26 0.35 327.74 0.39 0.47
Hex A6 49 7B 0 38 1A 23 148 27 2F
Octal 246 111 173 0 70 32 43 510 47 57
Binary 10100110 1001001 1111011 0 111000 11010 100011 101001000 100111 101111

Color Harmonies of #A6497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6497B

Black with #A6497B

Text Example


Text Example

White with #A6497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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