#A898C0

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

Shades of Cold Purple #A898C0

Tints of Cold Purple #A898C0

Color information

#A898C0 (or 0xA898C0) is unknown color: approx Cold Purple. HEX triplet: A8, 98 and C0. RGB value is (168,152,192). Sum of RGB (Red+Green+Blue) = 168+152+192=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 192 - color contains mainly: blue. Hex color #A898C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898C0 is #57673F. Grayscale: #A1A1A1. Windows color (decimal): -5728064 or 12621992. OLE color: 12621992.

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

Color convert

RGB168152192-
CMYK0.120.2100.25
HSL264º24.1%67.45%-
HSV(B)264º20.83%75.29%-
XYZ36.8934.5954.6-
YUV161.34145.3132.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 192 (75.39% from 255) = 37.5%
R=32.81%
G=29.69%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681521920.120.2100.2526424.167.45
HexA898C0C150191081843
Octal250230300142503141030103
Binary101010001001100011000000110010101011001100001000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898C0; }

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

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

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

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

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

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

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

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