#A395BF

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

Shades of Cold Purple #A395BF

Tints of Cold Purple #A395BF

Color information

#A395BF (or 0xA395BF) is unknown color: approx Cold Purple. HEX triplet: A3, 95 and BF. RGB value is (163,149,191). Sum of RGB (Red+Green+Blue) = 163+149+191=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #A395BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395BF is #5C6A40. Grayscale: #9D9D9D. Windows color (decimal): -6056513 or 12555683. OLE color: 12555683.

HSL color Cylindrical-coordinate representation of color #A395BF: hue angle of 260º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A395BF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163149191-
CMYK0.150.2200.25
HSL260º24.71%66.67%-
HSV(B)260º21.99%74.9%-
XYZ35.2633.0453.81-
YUV157.97146.64131.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.41%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 191 (75% from 255) = 37.97%
R=32.41%
G=29.62%
B=37.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631491910.150.2200.2526024.7166.67
HexA395BFF160191041943
Octal243225277172603140431103
Binary101000111001010110111111111110110011001100000100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395BF; }

 p { color: rgb(163,149,191); }

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

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

 a { background-color: rgb(163,149,191); }

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

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

 span { border-color: rgb(163,149,191); }

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