Html Css Color HEX #A44B81 Royal Heath

📋 copy color: '#A44B81'

red 164 ◦ green 75 ◦ blue 129

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

Shades of Royal Heath #A44B81

Tints of Royal Heath #A44B81

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.38%

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 44.57%
G = 20.38%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A44B81 (or 0xA44B81) is known color: Royal Heath. HEX triplet: A4, 4B and 81. RGB value is (164,75,129). Sum of RGB (Red+Green+Blue) = 164+75+129=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B81 is #5BB47E. Grayscale: #6B6B6B. Windows color (decimal): -6009983 or 8473508. OLE color: 8473508.

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

Color convert

RGB 164 75 129 -
CMYK 0 0.54 0.21 0.36
HSL 323.6º 0.37% 0.47% -
HSV(B) 323.6º 0.54% 0.64% -
XYZ 21.79 14.51 22.42 -
YUV 107.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 164 75 129 0 0.54 0.21 0.36 323.6 0.37 0.47
Hex A4 4B 81 0 36 15 24 144 25 2F
Octal 244 113 201 0 66 25 44 504 45 57
Binary 10100100 1001011 10000001 0 110110 10101 100100 101000100 100101 101111

Color Harmonies of #A44B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B81

Black with #A44B81

Text Example


Text Example

White with #A44B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B81; }

 p { color: rgb(164,75,129); }

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

background-color css

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

 a { background-color: rgb(164,75,129); }

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

border-color css

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

 span { border-color: rgb(164,75,129); }

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