#A399C1

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

Shades of Cold Purple #A399C1

Tints of Cold Purple #A399C1

Color information

#A399C1 (or 0xA399C1) is unknown color: approx Cold Purple. HEX triplet: A3, 99 and C1. RGB value is (163,153,193). Sum of RGB (Red+Green+Blue) = 163+153+193=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #A399C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399C1 is #5C663E. Grayscale: #A0A0A0. Windows color (decimal): -6055487 or 12687779. OLE color: 12687779.

HSL color Cylindrical-coordinate representation of color #A399C1: hue angle of 255º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A399C1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163153193-
CMYK0.160.2100.24
HSL255º24.39%67.84%-
HSV(B)255º20.73%75.69%-
XYZ36.1234.4255.19-
YUV160.55146.31129.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=32.02%
G=30.06%
B=37.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631531930.160.2100.2425524.3967.84
HexA399C11015018ff1844
Octal243231301202503037730104
Binary101000111001100111000001100001010101100011111111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399C1; }

 p { color: rgb(163,153,193); }

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

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

 a { background-color: rgb(163,153,193); }

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

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

 span { border-color: rgb(163,153,193); }

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