#A399B9

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

Shades of Cold Purple #A399B9

Tints of Cold Purple #A399B9

Color information

#A399B9 (or 0xA399B9) is unknown color: approx Cold Purple. HEX triplet: A3, 99 and B9. RGB value is (163,153,185). Sum of RGB (Red+Green+Blue) = 163+153+185=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 185 - color contains mainly: blue. Hex color #A399B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399B9 is #5C6646. Grayscale: #9F9F9F. Windows color (decimal): -6055495 or 12163491. OLE color: 12163491.

HSL color Cylindrical-coordinate representation of color #A399B9: hue angle of 258.75º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A399B9 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163153185-
CMYK0.120.1700.27
HSL258.75º18.6%66.27%-
HSV(B)258.75º17.3%72.55%-
XYZ35.2534.0750.62-
YUV159.64142.31130.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.53%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 185 (72.66% from 255) = 36.93%
R=32.53%
G=30.54%
B=36.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631531850.120.1700.27258.7518.666.27
HexA399B9C1101B1031342
Octal243231271142103340323102
Binary101000111001100110111001110010001011011100000011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399B9; }

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

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

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

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

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

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

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

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