#A17FD0

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

Shades of Cold Purple #A17FD0

Tints of Cold Purple #A17FD0

Color information

#A17FD0 (or 0xA17FD0) is unknown color: approx Cold Purple. HEX triplet: A1, 7F and D0. RGB value is (161,127,208). Sum of RGB (Red+Green+Blue) = 161+127+208=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #A17FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FD0 is #5E802F. Grayscale: #929292. Windows color (decimal): -6193200 or 13664161. OLE color: 13664161.

HSL color Cylindrical-coordinate representation of color #A17FD0: hue angle of 265.19º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A17FD0 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161127208-
CMYK0.230.3900.18
HSL265.19º46.29%65.69%-
HSV(B)265.19º38.94%81.57%-
XYZ33.6727.3163.17-
YUV146.4162.76138.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 127 (50% from 255) = 25.60%
BLUE value IS 208 (81.64% from 255) = 41.94%
R=32.46%
G=25.60%
B=41.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611272080.230.3900.18265.1946.2965.69
HexA17FD017270121092e42
Octal241177320274702241156102
Binary10100001111111111010000101111001110100101000010011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FD0; }

 p { color: rgb(161,127,208); }

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

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

 a { background-color: rgb(161,127,208); }

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

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

 span { border-color: rgb(161,127,208); }

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