#A17DBA

Color #A17DBA Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A17DBA

Tints of Purple Mountain's Majesty #A17DBA

Color information

#A17DBA (or 0xA17DBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7D and BA. RGB value is (161,125,186). Sum of RGB (Red+Green+Blue) = 161+125+186=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #A17DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DBA is #5E8245. Grayscale: #8E8E8E. Windows color (decimal): -6193734 or 12221857. OLE color: 12221857.

HSL color Cylindrical-coordinate representation of color #A17DBA: hue angle of 275.41º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A17DBA is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161125186-
CMYK0.130.3300.27
HSL275.41º30.65%60.98%-
HSV(B)275.41º32.8%72.94%-
XYZ30.8925.7949.8-
YUV142.72152.43141.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=34.11%
G=26.48%
B=39.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611251860.130.3300.27275.4130.6560.98
HexA17DBAD2101B1131f3d
Octal24117527215410334233775
Binary10100001111110110111010110110000101101110001001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17DBA; }

 p { color: rgb(161,125,186); }

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

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

 a { background-color: rgb(161,125,186); }

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

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

 span { border-color: rgb(161,125,186); }

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