Html Css Color HEX #A6447A Royal Heath

📋 copy color: '#A6447A'

red 166 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #A6447A

Tints of Royal Heath #A6447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.1%

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

R = 46.63%
G = 19.1%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A6447A (or 0xA6447A) is known color: Royal Heath. HEX triplet: A6, 44 and 7A. RGB value is (166,68,122). Sum of RGB (Red+Green+Blue) = 166+68+122=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6447A is #59BB85. Grayscale: #676767. Windows color (decimal): -5880710 or 8012966. OLE color: 8012966.

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

Color convert

RGB 166 68 122 -
CMYK 0 0.59 0.27 0.35
HSL 326.94º 0.42% 0.46% -
HSV(B) 326.94º 0.59% 0.65% -
XYZ 21.31 13.65 19.92 -
YUV 103.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 166 68 122 0 0.59 0.27 0.35 326.94 0.42 0.46
Hex A6 44 7A 0 3B 1B 23 147 2A 2E
Octal 246 104 172 0 73 33 43 507 52 56
Binary 10100110 1000100 1111010 0 111011 11011 100011 101000111 101010 101110

Color Harmonies of #A6447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6447A

Black with #A6447A

Text Example


Text Example

White with #A6447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6447A; }

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

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

background-color css

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

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

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

border-color css

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

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

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