#A45082

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

Shades of Royal Heath #A45082

Tints of Royal Heath #A45082

Color information

#A45082 (or 0xA45082) is unknown color: approx Royal Heath. HEX triplet: A4, 50 and 82. RGB value is (164,80,130). Sum of RGB (Red+Green+Blue) = 164+80+130=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A45082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45082 is #5BAF7D. Grayscale: #6E6E6E. Windows color (decimal): -6008702 or 8540324. OLE color: 8540324.

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

Color convert

RGB16480130-
CMYK00.510.210.36
HSL324.29º34.43%47.84%-
HSV(B)324.29º51.22%64.31%-
XYZ22.2115.2422.89-
YUV110.82138.83165.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=43.85%
G=21.39%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648013000.510.210.36324.2934.4347.84
HexA4508203315241442230
Octal24412020206325445044260
Binary10100100101000010000010011001110101100100101000100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45082; }

 p { color: rgb(164,80,130); }

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

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

 a { background-color: rgb(164,80,130); }

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

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

 span { border-color: rgb(164,80,130); }

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