#A395C4

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

Shades of Cold Purple #A395C4

Tints of Cold Purple #A395C4

Color information

#A395C4 (or 0xA395C4) is unknown color: approx Cold Purple. HEX triplet: A3, 95 and C4. RGB value is (163,149,196). Sum of RGB (Red+Green+Blue) = 163+149+196=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 196 - color contains mainly: blue. Hex color #A395C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395C4 is #5C6A3B. Grayscale: #9E9E9E. Windows color (decimal): -6056508 or 12883363. OLE color: 12883363.

HSL color Cylindrical-coordinate representation of color #A395C4: hue angle of 257.87º degrees, saturation: 0.28, 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 #A395C4 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB163149196-
CMYK0.170.2400.23
HSL257.87º28.48%67.65%-
HSV(B)257.87º23.98%76.86%-
XYZ35.8233.2756.76-
YUV158.54149.14131.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 149 (58.59% from 255) = 29.33%
BLUE value IS 196 (76.95% from 255) = 38.58%
R=32.09%
G=29.33%
B=38.58%

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
Decimal1631491960.170.2400.23257.8728.4867.65
HexA395C411180171021c44
Octal243225304213002740234104
Binary1010001110010101110001001000111000010111100000010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395C4; }

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

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

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

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

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

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

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

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