#A298B1

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

Shades of Cold Purple #A298B1

Tints of Cold Purple #A298B1

Color information

#A298B1 (or 0xA298B1) is unknown color: approx Cold Purple. HEX triplet: A2, 98 and B1. RGB value is (162,152,177). Sum of RGB (Red+Green+Blue) = 162+152+177=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 177 - color contains mainly: blue. Hex color #A298B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A298B1 is #5D674E. Grayscale: #9D9D9D. Windows color (decimal): -6121295 or 11638946. OLE color: 11638946.

HSL color Cylindrical-coordinate representation of color #A298B1: hue angle of 264º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A298B1 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162152177-
CMYK0.080.1400.31
HSL264º13.81%64.51%-
HSV(B)264º14.12%69.41%-
XYZ34.0633.3146.23-
YUV157.84138.81130.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=32.99%
G=30.96%
B=36.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621521770.080.1400.3126413.8164.51
HexA298B18E01F108e41
Octal242230261101603741016101
Binary1010001010011000101100011000111001111110000100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298B1; }

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

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

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

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

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

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

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

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