#A395C5

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

Shades of Cold Purple #A395C5

Tints of Cold Purple #A395C5

Color information

#A395C5 (or 0xA395C5) is unknown color: approx Cold Purple. HEX triplet: A3, 95 and C5. RGB value is (163,149,197). Sum of RGB (Red+Green+Blue) = 163+149+197=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 197 - color contains mainly: blue. Hex color #A395C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395C5 is #5C6A3A. Grayscale: #9E9E9E. Windows color (decimal): -6056507 or 12948899. OLE color: 12948899.

HSL color Cylindrical-coordinate representation of color #A395C5: hue angle of 257.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A395C5 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB163149197-
CMYK0.170.2400.23
HSL257.5º29.27%67.84%-
HSV(B)257.5º24.37%77.25%-
XYZ35.9333.3157.36-
YUV158.66149.64131.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 197 (77.34% from 255) = 38.70%
R=32.02%
G=29.27%
B=38.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631491970.170.2400.23257.529.2767.84
HexA395C511180171021d44
Octal243225305213002740235104
Binary1010001110010101110001011000111000010111100000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395C5; }

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

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

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

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

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

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

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

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