#A3507E

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

Shades of Royal Heath #A3507E

Tints of Royal Heath #A3507E

Color information

#A3507E (or 0xA3507E) is unknown color: approx Royal Heath. HEX triplet: A3, 50 and 7E. RGB value is (163,80,126). Sum of RGB (Red+Green+Blue) = 163+80+126=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3507E is #5CAF81. Grayscale: #6D6D6D. Windows color (decimal): -6074242 or 8278179. OLE color: 8278179.

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

Color convert

RGB16380126-
CMYK00.510.230.36
HSL326.75º34.16%47.65%-
HSV(B)326.75º50.92%63.92%-
XYZ21.7415.0321.49-
YUV110.06137165.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=44.17%
G=21.68%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638012600.510.230.36326.7534.1647.65
HexA3507E03317241472230
Octal24312017606327445074260
Binary1010001110100001111110011001110111100100101000111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3507E; }

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

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

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

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

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

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

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

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