#A24D7B

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

Shades of Royal Heath #A24D7B

Tints of Royal Heath #A24D7B

Color information

#A24D7B (or 0xA24D7B) is unknown color: approx Royal Heath. HEX triplet: A2, 4D and 7B. RGB value is (162,77,123). Sum of RGB (Red+Green+Blue) = 162+77+123=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D7B is #5DB284. Grayscale: #6B6B6B. Windows color (decimal): -6140549 or 8080802. OLE color: 8080802.

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

Color convert

RGB16277123-
CMYK00.520.240.36
HSL327.53º35.56%46.86%-
HSV(B)327.53º52.47%63.53%-
XYZ21.1314.4220.41-
YUV107.66136.66166.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 77 (30.47% from 255) = 21.27%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=44.75%
G=21.27%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627712300.520.240.36327.5335.5646.86
HexA24D7B0341824148242f
Octal24211517306430445104457
Binary1010001010011011111011011010011000100100101001000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D7B; }

 p { color: rgb(162,77,123); }

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

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

 a { background-color: rgb(162,77,123); }

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

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

 span { border-color: rgb(162,77,123); }

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