#A397B3

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

Shades of Cold Purple #A397B3

Tints of Cold Purple #A397B3

Color information

#A397B3 (or 0xA397B3) is unknown color: approx Cold Purple. HEX triplet: A3, 97 and B3. RGB value is (163,151,179). Sum of RGB (Red+Green+Blue) = 163+151+179=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #A397B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397B3 is #5C684C. Grayscale: #9D9D9D. Windows color (decimal): -6056013 or 11769763. OLE color: 11769763.

HSL color Cylindrical-coordinate representation of color #A397B3: hue angle of 265.71º 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 #A397B3 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB163151179-
CMYK0.090.1600.30
HSL265.71º15.56%64.71%-
HSV(B)265.71º15.64%70.2%-
XYZ34.3133.1747.24-
YUV157.78139.98131.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=33.06%
G=30.63%
B=36.31%

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
Decimal1631511790.090.1600.30265.7115.5664.71
HexA397B391001E10a1041
Octal243227263112003641220101
Binary101000111001011110110011100110000011110100001010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397B3; }

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

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

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

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

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

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

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

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