Html Css Color HEX #A6467F Royal Heath

📋 copy color: '#A6467F'

red 166 ◦ green 70 ◦ blue 127

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

Shades of Royal Heath #A6467F

Tints of Royal Heath #A6467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.28%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 45.73%
G = 19.28%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6467F (or 0xA6467F) is known color: Royal Heath. HEX triplet: A6, 46 and 7F. RGB value is (166,70,127). Sum of RGB (Red+Green+Blue) = 166+70+127=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A6467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6467F is #59B980. Grayscale: #696969. Windows color (decimal): -5880193 or 8341158. OLE color: 8341158.

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

Color convert

RGB 166 70 127 -
CMYK 0 0.58 0.23 0.35
HSL 324.38º 0.41% 0.46% -
HSV(B) 324.38º 0.58% 0.65% -
XYZ 21.75 14.02 21.64 -
YUV 105.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 166 70 127 0 0.58 0.23 0.35 324.38 0.41 0.46
Hex A6 46 7F 0 3A 17 23 144 29 2E
Octal 246 106 177 0 72 27 43 504 51 56
Binary 10100110 1000110 1111111 0 111010 10111 100011 101000100 101001 101110

Color Harmonies of #A6467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6467F

Black with #A6467F

Text Example


Text Example

White with #A6467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6467F; }

 p { color: rgb(166,70,127); }

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

background-color css

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

 a { background-color: rgb(166,70,127); }

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

border-color css

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

 span { border-color: rgb(166,70,127); }

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