#A397B2

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

Shades of Cold Purple #A397B2

Tints of Cold Purple #A397B2

Color information

#A397B2 (or 0xA397B2) is unknown color: approx Cold Purple. HEX triplet: A3, 97 and B2. RGB value is (163,151,178). Sum of RGB (Red+Green+Blue) = 163+151+178=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 178 - color contains mainly: blue. Hex color #A397B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A397B2 is #5C684D. Grayscale: #9D9D9D. Windows color (decimal): -6056014 or 11704227. OLE color: 11704227.

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

Color convert

RGB163151178-
CMYK0.080.1500.30
HSL266.67º14.92%64.51%-
HSV(B)266.67º15.17%69.8%-
XYZ34.2133.1346.71-
YUV157.67139.48131.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 178 (69.92% from 255) = 36.18%
R=33.13%
G=30.69%
B=36.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631511780.080.1500.30266.6714.9264.51
HexA397B28F01E10bf41
Octal243227262101703641317101
Binary1010001110010111101100101000111101111010000101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397B2; }

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

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

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

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

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

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

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

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