#A297C1

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

Shades of Cold Purple #A297C1

Tints of Cold Purple #A297C1

Color information

#A297C1 (or 0xA297C1) is unknown color: approx Cold Purple. HEX triplet: A2, 97 and C1. RGB value is (162,151,193). Sum of RGB (Red+Green+Blue) = 162+151+193=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #A297C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297C1 is #5D683E. Grayscale: #9E9E9E. Windows color (decimal): -6121535 or 12687266. OLE color: 12687266.

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

Color convert

RGB162151193-
CMYK0.160.2200.24
HSL255.71º25.3%67.45%-
HSV(B)255.71º21.76%75.69%-
XYZ35.5933.6655.07-
YUV159.08147.14130.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=32.02%
G=29.84%
B=38.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621511930.160.2200.24255.7125.367.45
HexA297C110160181001943
Octal242227301202603040031103
Binary1010001010010111110000011000010110011000100000000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297C1; }

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

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

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

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

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

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

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

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