#A39BB1

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

Shades of Cold Purple #A39BB1

Tints of Cold Purple #A39BB1

Color information

#A39BB1 (or 0xA39BB1) is unknown color: approx Cold Purple. HEX triplet: A3, 9B and B1. RGB value is (163,155,177). Sum of RGB (Red+Green+Blue) = 163+155+177=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 177 - color contains mainly: blue. Hex color #A39BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39BB1 is #5C644E. Grayscale: #9F9F9F. Windows color (decimal): -6054991 or 11639715. OLE color: 11639715.

HSL color Cylindrical-coordinate representation of color #A39BB1: hue angle of 261.82º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A39BB1 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163155177-
CMYK0.080.1200.31
HSL261.82º12.36%65.1%-
HSV(B)261.82º12.43%69.41%-
XYZ34.7634.446.4-
YUV159.9137.65130.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.93%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=32.93%
G=31.31%
B=35.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631551770.080.1200.31261.8212.3665.1
HexA39BB18C01F106c41
Octal243233261101403740614101
Binary1010001110011011101100011000110001111110000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BB1; }

 p { color: rgb(163,155,177); }

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

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

 a { background-color: rgb(163,155,177); }

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

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

 span { border-color: rgb(163,155,177); }

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