Html Css Color HEX #A6417A Royal Heath

📋 copy color: '#A6417A'

red 166 ◦ green 65 ◦ blue 122

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

Shades of Royal Heath #A6417A

Tints of Royal Heath #A6417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.41%

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

R = 47.03%
G = 18.41%
B = 34.56%

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

#A6417A (or 0xA6417A) is known color: Royal Heath. HEX triplet: A6, 41 and 7A. RGB value is (166,65,122). Sum of RGB (Red+Green+Blue) = 166+65+122=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A6417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6417A is #59BE85. Grayscale: #656565. Windows color (decimal): -5881478 or 8012198. OLE color: 8012198.

HSL color Cylindrical-coordinate representation of color #A6417A: hue angle of 326.14º 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 #A6417A is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 65 122 -
CMYK 0 0.61 0.27 0.35
HSL 326.14º 0.44% 0.45% -
HSV(B) 326.14º 0.61% 0.65% -
XYZ 21.13 13.29 19.86 -
YUV 101.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 166 65 122 0 0.61 0.27 0.35 326.14 0.44 0.45
Hex A6 41 7A 0 3D 1B 23 146 2C 2D
Octal 246 101 172 0 75 33 43 506 54 55
Binary 10100110 1000001 1111010 0 111101 11011 100011 101000110 101100 101101

Color Harmonies of #A6417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6417A

Black with #A6417A

Text Example


Text Example

White with #A6417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6417A; }

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

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

background-color css

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

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

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

border-color css

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

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

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