#A398BA

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

Shades of Cold Purple #A398BA

Tints of Cold Purple #A398BA

Color information

#A398BA (or 0xA398BA) is unknown color: approx Cold Purple. HEX triplet: A3, 98 and BA. RGB value is (163,152,186). Sum of RGB (Red+Green+Blue) = 163+152+186=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #A398BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398BA is #5C6745. Grayscale: #9F9F9F. Windows color (decimal): -6055750 or 12228771. OLE color: 12228771.

HSL color Cylindrical-coordinate representation of color #A398BA: hue angle of 259.41º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A398BA is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163152186-
CMYK0.120.1800.27
HSL259.41º19.77%66.27%-
HSV(B)259.41º18.28%72.94%-
XYZ35.233.7951.12-
YUV159.16143.14130.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.53%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=32.53%
G=30.34%
B=37.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631521860.120.1800.27259.4119.7766.27
HexA398BAC1201B1031442
Octal243230272142203340324102
Binary101000111001100010111010110010010011011100000011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398BA; }

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

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

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

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

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

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

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

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