#A395BE

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

Shades of Cold Purple #A395BE

Tints of Cold Purple #A395BE

Color information

#A395BE (or 0xA395BE) is unknown color: approx Cold Purple. HEX triplet: A3, 95 and BE. RGB value is (163,149,190). Sum of RGB (Red+Green+Blue) = 163+149+190=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #A395BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395BE is #5C6A41. Grayscale: #9D9D9D. Windows color (decimal): -6056514 or 12490147. OLE color: 12490147.

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

Color convert

RGB163149190-
CMYK0.140.2200.25
HSL260.49º23.98%66.47%-
HSV(B)260.49º21.58%74.51%-
XYZ35.153353.23-
YUV157.86146.14131.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=32.47%
G=29.68%
B=37.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631491900.140.2200.25260.4923.9866.47
HexA395BEE160191041842
Octal243225276162603140430102
Binary101000111001010110111110111010110011001100000100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395BE; }

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

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

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

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

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

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

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

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