#a396c3

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

Shades of Cold Purple #A396C3

Tints of Cold Purple #A396C3

Color information

#A396C3 (or 0xA396C3) is unknown color: approx Cold Purple. HEX triplet: A3, 96 and C3. RGB value is (163,150,195). Sum of RGB (Red+Green+Blue) = 163+150+195=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #A396C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396C3 is #5C693C. Grayscale: #9E9E9E. Windows color (decimal): -6056253 or 12818083. OLE color: 12818083.

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

Color convert

RGB163150195-
CMYK0.160.2300.24
HSL257.33º27.27%67.65%-
HSV(B)257.33º23.08%76.47%-
XYZ35.8633.5456.21-
YUV159.02148.31130.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=32.09%
G=29.53%
B=38.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631501950.160.2300.24257.3327.2767.65
HexA396C310170181011b44
Octal243226303202703040133104
Binary1010001110010110110000111000010111011000100000001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a396c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a396c3; }

 p { color: rgb(163,150,195); }

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

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

 a { background-color: rgb(163,150,195); }

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

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

 span { border-color: rgb(163,150,195); }

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