#A1507E

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

Shades of Royal Heath #A1507E

Tints of Royal Heath #A1507E

Color information

#A1507E (or 0xA1507E) is unknown color: approx Royal Heath. HEX triplet: A1, 50 and 7E. RGB value is (161,80,126). Sum of RGB (Red+Green+Blue) = 161+80+126=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1507E is #5EAF81. Grayscale: #6D6D6D. Windows color (decimal): -6205314 or 8278177. OLE color: 8278177.

HSL color Cylindrical-coordinate representation of color #A1507E: hue angle of 325.93º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1507E is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16180126-
CMYK00.500.220.37
HSL325.93º33.61%47.25%-
HSV(B)325.93º50.31%63.14%-
XYZ21.3314.8221.48-
YUV109.46137.34164.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=43.87%
G=21.80%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618012600.500.220.37325.9333.6147.25
HexA1507E0321625146222f
Octal24112017606226455064257
Binary1010000110100001111110011001010110100101101000110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1507E; }

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

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

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

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

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

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

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

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