#A395BB

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

Shades of Cold Purple #A395BB

Tints of Cold Purple #A395BB

Color information

#A395BB (or 0xA395BB) is unknown color: approx Cold Purple. HEX triplet: A3, 95 and BB. RGB value is (163,149,187). Sum of RGB (Red+Green+Blue) = 163+149+187=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #A395BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395BB is #5C6A44. Grayscale: #9D9D9D. Windows color (decimal): -6056517 or 12293539. OLE color: 12293539.

HSL color Cylindrical-coordinate representation of color #A395BB: hue angle of 262.11º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A395BB is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163149187-
CMYK0.130.2000.27
HSL262.11º21.84%65.88%-
HSV(B)262.11º20.32%73.33%-
XYZ34.8232.8751.52-
YUV157.52144.64131.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 149 (58.59% from 255) = 29.86%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=32.67%
G=29.86%
B=37.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631491870.130.2000.27262.1121.8465.88
HexA395BBD1401B1061642
Octal243225273152403340626102
Binary101000111001010110111011110110100011011100000110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395BB; }

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

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

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

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

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

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

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

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