Html Css Color HEX #A44F7E Royal Heath

📋 copy color: '#A44F7E'

red 164 ◦ green 79 ◦ blue 126

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

Shades of Royal Heath #A44F7E

Tints of Royal Heath #A44F7E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.41%

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 44.44%
G = 21.41%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A44F7E (or 0xA44F7E) is known color: Royal Heath. HEX triplet: A4, 4F and 7E. RGB value is (164,79,126). Sum of RGB (Red+Green+Blue) = 164+79+126=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44F7E is #5BB081. Grayscale: #6D6D6D. Windows color (decimal): -6008962 or 8277924. OLE color: 8277924.

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

Color convert

RGB 164 79 126 -
CMYK 0 0.52 0.23 0.36
HSL 326.82º 0.35% 0.48% -
HSV(B) 326.82º 0.52% 0.64% -
XYZ 21.87 14.99 21.48 -
YUV 109.77 137.16 166.68 -
System Red Green Blue C M Y K H S L
Decimal 164 79 126 0 0.52 0.23 0.36 326.82 0.35 0.48
Hex A4 4F 7E 0 34 17 24 147 23 30
Octal 244 117 176 0 64 27 44 507 43 60
Binary 10100100 1001111 1111110 0 110100 10111 100100 101000111 100011 110000

Color Harmonies of #A44F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44F7E

Black with #A44F7E

Text Example


Text Example

White with #A44F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44F7E; }

 p { color: rgb(164,79,126); }

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

background-color css

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

 a { background-color: rgb(164,79,126); }

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

border-color css

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

 span { border-color: rgb(164,79,126); }

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