Html Css Color HEX #A13F79 Royal Heath

📋 copy color: '#A13F79'

red 161 ◦ green 63 ◦ blue 121

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

Shades of Royal Heath #A13F79

Tints of Royal Heath #A13F79

RGB

 RED value IS 161 (63.28% from 255) = 46.67%

 GREEN value IS 63 (25% from 255) = 18.26%

 BLUE value IS 121 (47.66% from 255) = 35.07%

R = 46.67%
G = 18.26%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A13F79 (or 0xA13F79) is known color: Royal Heath. HEX triplet: A1, 3F and 79. RGB value is (161,63,121). Sum of RGB (Red+Green+Blue) = 161+63+121=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13F79 is #5EC086. Grayscale: #626262. Windows color (decimal): -6209671 or 7946145. OLE color: 7946145.

HSL color Cylindrical-coordinate representation of color #A13F79: hue angle of 324.49º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A13F79 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 63 121 -
CMYK 0 0.61 0.25 0.37
HSL 324.49º 0.44% 0.44% -
HSV(B) 324.49º 0.61% 0.63% -
XYZ 19.93 12.51 19.45 -
YUV 98.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 161 63 121 0 0.61 0.25 0.37 324.49 0.44 0.44
Hex A1 3F 79 0 3D 19 25 144 2C 2C
Octal 241 77 171 0 75 31 45 504 54 54
Binary 10100001 111111 1111001 0 111101 11001 100101 101000100 101100 101100

Color Harmonies of #A13F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13F79

Black with #A13F79

Text Example


Text Example

White with #A13F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13F79; }

 p { color: rgb(161,63,121); }

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

background-color css

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

 a { background-color: rgb(161,63,121); }

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

border-color css

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

 span { border-color: rgb(161,63,121); }

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