Html Css Color HEX #A44A83 Royal Heath

📋 copy color: '#A44A83'

red 164 ◦ green 74 ◦ blue 131

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

Shades of Royal Heath #A44A83

Tints of Royal Heath #A44A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 44.44%
G = 20.05%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A44A83 (or 0xA44A83) is known color: Royal Heath. HEX triplet: A4, 4A and 83. RGB value is (164,74,131). Sum of RGB (Red+Green+Blue) = 164+74+131=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44A83 is #5BB57C. Grayscale: #6B6B6B. Windows color (decimal): -6010237 or 8604324. OLE color: 8604324.

HSL color Cylindrical-coordinate representation of color #A44A83: hue angle of 322º 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 #A44A83 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 74 131 -
CMYK 0 0.55 0.20 0.36
HSL 322º 0.38% 0.47% -
HSV(B) 322º 0.55% 0.64% -
XYZ 21.86 14.43 23.11 -
YUV 107.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 164 74 131 0 0.55 0.20 0.36 322 0.38 0.47
Hex A4 4A 83 0 37 14 24 142 26 2F
Octal 244 112 203 0 67 24 44 502 46 57
Binary 10100100 1001010 10000011 0 110111 10100 100100 101000010 100110 101111

Color Harmonies of #A44A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A83

Black with #A44A83

Text Example


Text Example

White with #A44A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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