#A298C1

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

Shades of Cold Purple #A298C1

Tints of Cold Purple #A298C1

Color information

#A298C1 (or 0xA298C1) is unknown color: approx Cold Purple. HEX triplet: A2, 98 and C1. RGB value is (162,152,193). Sum of RGB (Red+Green+Blue) = 162+152+193=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #A298C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298C1 is #5D673E. Grayscale: #9F9F9F. Windows color (decimal): -6121279 or 12687522. OLE color: 12687522.

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

Color convert

RGB162152193-
CMYK0.160.2100.24
HSL254.63º24.85%67.65%-
HSV(B)254.63º21.24%75.69%-
XYZ35.7533.9955.13-
YUV159.66146.81129.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=31.95%
G=29.98%
B=38.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621521930.160.2100.24254.6324.8567.65
HexA298C11015018ff1944
Octal242230301202503037731104
Binary101000101001100011000001100001010101100011111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298C1; }

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

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

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

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

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

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

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

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