Html Css Color HEX #A6437D Royal Heath

📋 copy color: '#A6437D'

red 166 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #A6437D

Tints of Royal Heath #A6437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.72%

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 46.37%
G = 18.72%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6437D (or 0xA6437D) is known color: Royal Heath. HEX triplet: A6, 43 and 7D. RGB value is (166,67,125). Sum of RGB (Red+Green+Blue) = 166+67+125=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6437D is #59BC82. Grayscale: #676767. Windows color (decimal): -5880963 or 8209318. OLE color: 8209318.

HSL color Cylindrical-coordinate representation of color #A6437D: hue angle of 324.85º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6437D is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 67 125 -
CMYK 0 0.60 0.25 0.35
HSL 324.85º 0.42% 0.46% -
HSV(B) 324.85º 0.6% 0.65% -
XYZ 21.43 13.6 20.9 -
YUV 103.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 166 67 125 0 0.60 0.25 0.35 324.85 0.42 0.46
Hex A6 43 7D 0 3C 19 23 145 2A 2E
Octal 246 103 175 0 74 31 43 505 52 56
Binary 10100110 1000011 1111101 0 111100 11001 100011 101000101 101010 101110

Color Harmonies of #A6437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6437D

Black with #A6437D

Text Example


Text Example

White with #A6437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6437D; }

 p { color: rgb(166,67,125); }

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

background-color css

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

 a { background-color: rgb(166,67,125); }

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

border-color css

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

 span { border-color: rgb(166,67,125); }

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