#A396B3

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

Shades of Cold Purple #A396B3

Tints of Cold Purple #A396B3

Color information

#A396B3 (or 0xA396B3) is unknown color: approx Cold Purple. HEX triplet: A3, 96 and B3. RGB value is (163,150,179). Sum of RGB (Red+Green+Blue) = 163+150+179=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #A396B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396B3 is #5C694C. Grayscale: #9D9D9D. Windows color (decimal): -6056269 or 11769507. OLE color: 11769507.

HSL color Cylindrical-coordinate representation of color #A396B3: hue angle of 266.9º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A396B3 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB163150179-
CMYK0.090.1600.30
HSL266.9º16.02%64.51%-
HSV(B)266.9º16.2%70.2%-
XYZ34.1532.8547.19-
YUV157.19140.31132.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 179 (70.31% from 255) = 36.38%
R=33.13%
G=30.49%
B=36.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631501790.090.1600.30266.916.0264.51
HexA396B391001E10b1041
Octal243226263112003641320101
Binary101000111001011010110011100110000011110100001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396B3; }

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

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

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

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

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

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

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

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