#A399BC

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

Shades of Cold Purple #A399BC

Tints of Cold Purple #A399BC

Color information

#A399BC (or 0xA399BC) is unknown color: approx Cold Purple. HEX triplet: A3, 99 and BC. RGB value is (163,153,188). Sum of RGB (Red+Green+Blue) = 163+153+188=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #A399BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399BC is #5C6643. Grayscale: #9F9F9F. Windows color (decimal): -6055492 or 12360099. OLE color: 12360099.

HSL color Cylindrical-coordinate representation of color #A399BC: hue angle of 257.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A399BC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163153188-
CMYK0.130.1900.26
HSL257.14º20.71%66.86%-
HSV(B)257.14º18.62%73.73%-
XYZ35.5734.252.3-
YUV159.98143.81130.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.34%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=32.34%
G=30.36%
B=37.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631531880.130.1900.26257.1420.7166.86
HexA399BCD1301A1011543
Octal243231274152303240125103
Binary101000111001100110111100110110011011010100000001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399BC; }

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

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

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

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

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

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

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

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