#A298AF

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

Shades of Cold Purple #A298AF

Tints of Cold Purple #A298AF

Color information

#A298AF (or 0xA298AF) is unknown color: approx Cold Purple. HEX triplet: A2, 98 and AF. RGB value is (162,152,175). Sum of RGB (Red+Green+Blue) = 162+152+175=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 175 - color contains mainly: blue. Hex color #A298AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A298AF is #5D6750. Grayscale: #9D9D9D. Windows color (decimal): -6121297 or 11507874. OLE color: 11507874.

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

Color convert

RGB162152175-
CMYK0.070.1300.31
HSL266.09º12.57%64.12%-
HSV(B)266.09º13.14%68.63%-
XYZ33.8733.2345.19-
YUV157.61137.81131.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=33.13%
G=31.08%
B=35.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621521750.070.1300.31266.0912.5764.12
HexA298AF7D01F10ad40
Octal24223025771503741215100
Binary101000101001100010101111111110101111110000101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298AF; }

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

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

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

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

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

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

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

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