#A295C5

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

Shades of Cold Purple #A295C5

Tints of Cold Purple #A295C5

Color information

#A295C5 (or 0xA295C5) is unknown color: approx Cold Purple. HEX triplet: A2, 95 and C5. RGB value is (162,149,197). Sum of RGB (Red+Green+Blue) = 162+149+197=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #A295C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295C5 is #5D6A3A. Grayscale: #9E9E9E. Windows color (decimal): -6122043 or 12948898. OLE color: 12948898.

HSL color Cylindrical-coordinate representation of color #A295C5: hue angle of 256.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A295C5 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162149197-
CMYK0.180.2400.23
HSL256.25º29.27%67.84%-
HSV(B)256.25º24.37%77.25%-
XYZ35.7333.2157.35-
YUV158.36149.81130.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 149 (58.59% from 255) = 29.33%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=31.89%
G=29.33%
B=38.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621491970.180.2400.23256.2529.2767.84
HexA295C512180171001d44
Octal242225305223002740035104
Binary1010001010010101110001011001011000010111100000000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295C5; }

 p { color: rgb(162,149,197); }

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

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

 a { background-color: rgb(162,149,197); }

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

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

 span { border-color: rgb(162,149,197); }

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