#A898C1

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

Shades of Cold Purple #A898C1

Tints of Cold Purple #A898C1

Color information

#A898C1 (or 0xA898C1) is unknown color: approx Cold Purple. HEX triplet: A8, 98 and C1. RGB value is (168,152,193). Sum of RGB (Red+Green+Blue) = 168+152+193=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #A898C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898C1 is #57673E. Grayscale: #A1A1A1. Windows color (decimal): -5728063 or 12687528. OLE color: 12687528.

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

Color convert

RGB168152193-
CMYK0.130.2100.24
HSL263.41º24.85%67.65%-
HSV(B)263.41º21.24%75.69%-
XYZ3734.6355.19-
YUV161.46145.8132.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=32.75%
G=29.63%
B=37.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681521930.130.2100.24263.4124.8567.65
HexA898C1D150181071944
Octal250230301152503040731104
Binary101010001001100011000001110110101011000100000111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898C1; }

 p { color: rgb(168,152,193); }

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

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

 a { background-color: rgb(168,152,193); }

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

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

 span { border-color: rgb(168,152,193); }

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