Html Css Color HEX #A6407A Royal Heath

📋 copy color: '#A6407A'

red 166 ◦ green 64 ◦ blue 122

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

Shades of Royal Heath #A6407A

Tints of Royal Heath #A6407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.18%

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

R = 47.16%
G = 18.18%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A6407A (or 0xA6407A) is known color: Royal Heath. HEX triplet: A6, 40 and 7A. RGB value is (166,64,122). Sum of RGB (Red+Green+Blue) = 166+64+122=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A6407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6407A is #59BF85. Grayscale: #646464. Windows color (decimal): -5881734 or 8011942. OLE color: 8011942.

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

Color convert

RGB 166 64 122 -
CMYK 0 0.61 0.27 0.35
HSL 325.88º 0.44% 0.45% -
HSV(B) 325.88º 0.61% 0.65% -
XYZ 21.07 13.18 19.85 -
YUV 101.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 166 64 122 0 0.61 0.27 0.35 325.88 0.44 0.45
Hex A6 40 7A 0 3D 1B 23 146 2C 2D
Octal 246 100 172 0 75 33 43 506 54 55
Binary 10100110 1000000 1111010 0 111101 11011 100011 101000110 101100 101101

Color Harmonies of #A6407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6407A

Black with #A6407A

Text Example


Text Example

White with #A6407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6407A; }

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

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

background-color css

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

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

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

border-color css

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

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

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