Html Css Color HEX #A6457A Royal Heath

📋 copy color: '#A6457A'

red 166 ◦ green 69 ◦ blue 122

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

Shades of Royal Heath #A6457A

Tints of Royal Heath #A6457A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.33%

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

R = 46.5%
G = 19.33%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A6457A (or 0xA6457A) is known color: Royal Heath. HEX triplet: A6, 45 and 7A. RGB value is (166,69,122). Sum of RGB (Red+Green+Blue) = 166+69+122=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6457A is #59BA85. Grayscale: #676767. Windows color (decimal): -5880454 or 8013222. OLE color: 8013222.

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

Color convert

RGB 166 69 122 -
CMYK 0 0.58 0.27 0.35
HSL 327.22º 0.41% 0.46% -
HSV(B) 327.22º 0.58% 0.65% -
XYZ 21.37 13.77 19.94 -
YUV 104.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 166 69 122 0 0.58 0.27 0.35 327.22 0.41 0.46
Hex A6 45 7A 0 3A 1B 23 147 29 2E
Octal 246 105 172 0 72 33 43 507 51 56
Binary 10100110 1000101 1111010 0 111010 11011 100011 101000111 101001 101110

Color Harmonies of #A6457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6457A

Black with #A6457A

Text Example


Text Example

White with #A6457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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