#A396BE

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

Shades of Cold Purple #A396BE

Tints of Cold Purple #A396BE

Color information

#A396BE (or 0xA396BE) is unknown color: approx Cold Purple. HEX triplet: A3, 96 and BE. RGB value is (163,150,190). Sum of RGB (Red+Green+Blue) = 163+150+190=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #A396BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396BE is #5C6941. Grayscale: #9E9E9E. Windows color (decimal): -6056258 or 12490403. OLE color: 12490403.

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

Color convert

RGB163150190-
CMYK0.140.2100.25
HSL259.5º23.53%66.67%-
HSV(B)259.5º21.05%74.51%-
XYZ35.333.3253.29-
YUV158.45145.81131.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.41%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=32.41%
G=29.82%
B=37.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631501900.140.2100.25259.523.5366.67
HexA396BEE150191041843
Octal243226276162503140430103
Binary101000111001011010111110111010101011001100000100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396BE; }

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

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

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

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

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

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

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

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