#A3507F

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

Shades of Royal Heath #A3507F

Tints of Royal Heath #A3507F

Color information

#A3507F (or 0xA3507F) is unknown color: approx Royal Heath. HEX triplet: A3, 50 and 7F. RGB value is (163,80,127). Sum of RGB (Red+Green+Blue) = 163+80+127=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3507F is #5CAF80. Grayscale: #6E6E6E. Windows color (decimal): -6074241 or 8343715. OLE color: 8343715.

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

Color convert

RGB16380127-
CMYK00.510.220.36
HSL326.02º34.16%47.65%-
HSV(B)326.02º50.92%63.92%-
XYZ21.815.0621.84-
YUV110.17137.5165.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 127 (50% from 255) = 34.32%
R=44.05%
G=21.62%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638012700.510.220.36326.0234.1647.65
HexA3507F03316241462230
Octal24312017706326445064260
Binary1010001110100001111111011001110110100100101000110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3507F; }

 p { color: rgb(163,80,127); }

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

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

 a { background-color: rgb(163,80,127); }

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

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

 span { border-color: rgb(163,80,127); }

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