#A898BC

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

Shades of Cold Purple #A898BC

Tints of Cold Purple #A898BC

Color information

#A898BC (or 0xA898BC) is unknown color: approx Cold Purple. HEX triplet: A8, 98 and BC. RGB value is (168,152,188). Sum of RGB (Red+Green+Blue) = 168+152+188=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #A898BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898BC is #576743. Grayscale: #A0A0A0. Windows color (decimal): -5728068 or 12359848. OLE color: 12359848.

HSL color Cylindrical-coordinate representation of color #A898BC: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A898BC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168152188-
CMYK0.110.1900.26
HSL266.67º21.18%66.67%-
HSV(B)266.67º19.15%73.73%-
XYZ36.4534.4152.3-
YUV160.89143.3133.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=33.07%
G=29.92%
B=37.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681521880.110.1900.26266.6721.1866.67
HexA898BCB1301A10b1543
Octal250230274132303241325103
Binary101010001001100010111100101110011011010100001011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898BC; }

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

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

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

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

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

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

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

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