Html Css Color HEX #A44E7D Royal Heath

📋 copy color: '#A44E7D'

red 164 ◦ green 78 ◦ blue 125

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

Shades of Royal Heath #A44E7D

Tints of Royal Heath #A44E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.25%

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

R = 44.69%
G = 21.25%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A44E7D (or 0xA44E7D) is known color: Royal Heath. HEX triplet: A4, 4E and 7D. RGB value is (164,78,125). Sum of RGB (Red+Green+Blue) = 164+78+125=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E7D is #5BB182. Grayscale: #6C6C6C. Windows color (decimal): -6009219 or 8212132. OLE color: 8212132.

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

Color convert

RGB 164 78 125 -
CMYK 0 0.52 0.24 0.36
HSL 327.21º 0.36% 0.47% -
HSV(B) 327.21º 0.52% 0.64% -
XYZ 21.74 14.82 21.12 -
YUV 109.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 164 78 125 0 0.52 0.24 0.36 327.21 0.36 0.47
Hex A4 4E 7D 0 34 18 24 147 24 2F
Octal 244 116 175 0 64 30 44 507 44 57
Binary 10100100 1001110 1111101 0 110100 11000 100100 101000111 100100 101111

Color Harmonies of #A44E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E7D

Black with #A44E7D

Text Example


Text Example

White with #A44E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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