#A298BC

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

Shades of Cold Purple #A298BC

Tints of Cold Purple #A298BC

Color information

#A298BC (or 0xA298BC) is unknown color: approx Cold Purple. HEX triplet: A2, 98 and BC. RGB value is (162,152,188). Sum of RGB (Red+Green+Blue) = 162+152+188=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #A298BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298BC is #5D6743. Grayscale: #9E9E9E. Windows color (decimal): -6121284 or 12359842. OLE color: 12359842.

HSL color Cylindrical-coordinate representation of color #A298BC: hue angle of 256.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 #A298BC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162152188-
CMYK0.140.1900.26
HSL256.67º21.18%66.67%-
HSV(B)256.67º19.15%73.73%-
XYZ35.2133.7752.24-
YUV159.09144.31130.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=32.27%
G=30.28%
B=37.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621521880.140.1900.26256.6721.1866.67
HexA298BCE1301A1011543
Octal242230274162303240125103
Binary101000101001100010111100111010011011010100000001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298BC; }

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

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

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

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

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

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

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

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