#A398BD

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

Shades of Cold Purple #A398BD

Tints of Cold Purple #A398BD

Color information

#A398BD (or 0xA398BD) is unknown color: approx Cold Purple. HEX triplet: A3, 98 and BD. RGB value is (163,152,189). Sum of RGB (Red+Green+Blue) = 163+152+189=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #A398BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398BD is #5C6742. Grayscale: #9F9F9F. Windows color (decimal): -6055747 or 12425379. OLE color: 12425379.

HSL color Cylindrical-coordinate representation of color #A398BD: hue angle of 257.84º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A398BD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163152189-
CMYK0.140.2000.26
HSL257.84º21.89%66.86%-
HSV(B)257.84º19.58%74.12%-
XYZ35.5233.9252.82-
YUV159.51144.64130.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.34%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=32.34%
G=30.16%
B=37.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631521890.140.2000.26257.8421.8966.86
HexA398BDE1401A1021643
Octal243230275162403240226103
Binary101000111001100010111101111010100011010100000010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398BD; }

 p { color: rgb(163,152,189); }

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

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

 a { background-color: rgb(163,152,189); }

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

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

 span { border-color: rgb(163,152,189); }

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