Html Css Color HEX #A44A7D Royal Heath

📋 copy color: '#A44A7D'

red 164 ◦ green 74 ◦ blue 125

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

Shades of Royal Heath #A44A7D

Tints of Royal Heath #A44A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.39%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 45.18%
G = 20.39%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A44A7D (or 0xA44A7D) is known color: Royal Heath. HEX triplet: A4, 4A and 7D. RGB value is (164,74,125). Sum of RGB (Red+Green+Blue) = 164+74+125=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A7D is #5BB582. Grayscale: #6A6A6A. Windows color (decimal): -6010243 or 8211108. OLE color: 8211108.

HSL color Cylindrical-coordinate representation of color #A44A7D: hue angle of 326º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44A7D is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 74 125 -
CMYK 0 0.55 0.24 0.36
HSL 326º 0.38% 0.47% -
HSV(B) 326º 0.55% 0.64% -
XYZ 21.46 14.27 21.03 -
YUV 106.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 164 74 125 0 0.55 0.24 0.36 326 0.38 0.47
Hex A4 4A 7D 0 37 18 24 146 26 2F
Octal 244 112 175 0 67 30 44 506 46 57
Binary 10100100 1001010 1111101 0 110111 11000 100100 101000110 100110 101111

Color Harmonies of #A44A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A7D

Black with #A44A7D

Text Example


Text Example

White with #A44A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A7D; }

 p { color: rgb(164,74,125); }

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

background-color css

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

 a { background-color: rgb(164,74,125); }

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

border-color css

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

 span { border-color: rgb(164,74,125); }

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