#A17BD5

Color #A17BD5 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A17BD5

Tints of Medium Purple #A17BD5

Color information

#A17BD5 (or 0xA17BD5) is unknown color: approx Medium Purple. HEX triplet: A1, 7B and D5. RGB value is (161,123,213). Sum of RGB (Red+Green+Blue) = 161+123+213=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #A17BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BD5 is #5E842A. Grayscale: #909090. Windows color (decimal): -6194219 or 13990817. OLE color: 13990817.

HSL color Cylindrical-coordinate representation of color #A17BD5: hue angle of 265.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A17BD5 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161123213-
CMYK0.240.4200.16
HSL265.33º51.72%65.88%-
HSV(B)265.33º42.25%83.53%-
XYZ33.7926.5566.29-
YUV144.62166.59139.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 123 (48.44% from 255) = 24.75%
BLUE value IS 213 (83.59% from 255) = 42.86%
R=32.39%
G=24.75%
B=42.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611232130.240.4200.16265.3351.7265.88
HexA17BD5182A0101093442
Octal241173325305202041164102
Binary10100001111101111010101110001010100100001000010011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17BD5; }

 p { color: rgb(161,123,213); }

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

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

 a { background-color: rgb(161,123,213); }

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

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

 span { border-color: rgb(161,123,213); }

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