#A398C3

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

Shades of Cold Purple #A398C3

Tints of Cold Purple #A398C3

Color information

#A398C3 (or 0xA398C3) is unknown color: approx Cold Purple. HEX triplet: A3, 98 and C3. RGB value is (163,152,195). Sum of RGB (Red+Green+Blue) = 163+152+195=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #A398C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398C3 is #5C673C. Grayscale: #A0A0A0. Windows color (decimal): -6055741 or 12818595. OLE color: 12818595.

HSL color Cylindrical-coordinate representation of color #A398C3: hue angle of 255.35º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A398C3 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163152195-
CMYK0.160.2200.24
HSL255.35º26.38%68.04%-
HSV(B)255.35º22.05%76.47%-
XYZ36.1834.1856.32-
YUV160.19147.64130-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.96%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=31.96%
G=29.80%
B=38.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631521950.160.2200.24255.3526.3868.04
HexA398C31016018ff1a44
Octal243230303202603037732104
Binary101000111001100011000011100001011001100011111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398C3; }

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

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

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

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

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

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

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

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