Html Css Color HEX #A44573 Royal Heath

📋 copy color: '#A44573'

red 164 ◦ green 69 ◦ blue 115

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

Shades of Royal Heath #A44573

Tints of Royal Heath #A44573

RGB

 RED value IS 164 (64.45% from 255) = 47.13%

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

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 47.13%
G = 19.83%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A44573 (or 0xA44573) is known color: Royal Heath. HEX triplet: A4, 45 and 73. RGB value is (164,69,115). Sum of RGB (Red+Green+Blue) = 164+69+115=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A44573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44573 is #5BBA8C. Grayscale: #666666. Windows color (decimal): -6011533 or 7554468. OLE color: 7554468.

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

Color convert

RGB 164 69 115 -
CMYK 0 0.58 0.30 0.36
HSL 330.95º 0.41% 0.46% -
HSV(B) 330.95º 0.58% 0.64% -
XYZ 20.53 13.39 17.72 -
YUV 102.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 164 69 115 0 0.58 0.30 0.36 330.95 0.41 0.46
Hex A4 45 73 0 3A 1E 24 14B 29 2E
Octal 244 105 163 0 72 36 44 513 51 56
Binary 10100100 1000101 1110011 0 111010 11110 100100 101001011 101001 101110

Color Harmonies of #A44573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44573

Black with #A44573

Text Example


Text Example

White with #A44573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44573; }

 p { color: rgb(164,69,115); }

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

background-color css

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

 a { background-color: rgb(164,69,115); }

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

border-color css

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

 span { border-color: rgb(164,69,115); }

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