#A44B83

Color #A44B83 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A44B83

Tints of Royal Heath #A44B83

Color information

#A44B83 (or 0xA44B83) is unknown color: approx Royal Heath. HEX triplet: A4, 4B and 83. RGB value is (164,75,131). Sum of RGB (Red+Green+Blue) = 164+75+131=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B83 is #5BB47C. Grayscale: #6B6B6B. Windows color (decimal): -6009981 or 8604580. OLE color: 8604580.

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

Color convert

RGB16475131-
CMYK00.540.200.36
HSL322.25º37.24%46.86%-
HSV(B)322.25º54.27%64.31%-
XYZ21.9214.5623.13-
YUV108140.99167.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 131 (51.56% from 255) = 35.41%
R=44.32%
G=20.27%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647513100.540.200.36322.2537.2446.86
HexA44B830361424142252f
Octal24411320306624445024557
Binary10100100100101110000011011011010100100100101000010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B83; }

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

 H1.HeaderClassName
 {
   color: #A44B83;
 }
 .AnyTagClassName
 {
   color: #A44B83;
 }
</style>
background-color css

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

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

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

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

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

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