#A3507B

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

Shades of Royal Heath #A3507B

Tints of Royal Heath #A3507B

Color information

#A3507B (or 0xA3507B) is unknown color: approx Royal Heath. HEX triplet: A3, 50 and 7B. RGB value is (163,80,123). Sum of RGB (Red+Green+Blue) = 163+80+123=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A3507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3507B is #5CAF84. Grayscale: #6D6D6D. Windows color (decimal): -6074245 or 8081571. OLE color: 8081571.

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

Color convert

RGB16380123-
CMYK00.510.250.36
HSL328.92º34.16%47.65%-
HSV(B)328.92º50.92%63.92%-
XYZ21.5514.9520.49-
YUV109.72135.5166-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=44.54%
G=21.86%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638012300.510.250.36328.9234.1647.65
HexA3507B03319241492230
Octal24312017306331445114260
Binary1010001110100001111011011001111001100100101001001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3507B; }

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

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

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

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

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

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

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

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