#A295C4

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

Shades of Cold Purple #A295C4

Tints of Cold Purple #A295C4

Color information

#A295C4 (or 0xA295C4) is unknown color: approx Cold Purple. HEX triplet: A2, 95 and C4. RGB value is (162,149,196). Sum of RGB (Red+Green+Blue) = 162+149+196=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #A295C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295C4 is #5D6A3B. Grayscale: #9E9E9E. Windows color (decimal): -6122044 or 12883362. OLE color: 12883362.

HSL color Cylindrical-coordinate representation of color #A295C4: hue angle of 256.6º degrees, saturation: 0.28, 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 #A295C4 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162149196-
CMYK0.170.2400.23
HSL256.6º28.48%67.65%-
HSV(B)256.6º23.98%76.86%-
XYZ35.6133.1656.75-
YUV158.24149.31130.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=31.95%
G=29.39%
B=38.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621491960.170.2400.23256.628.4867.65
HexA295C411180171011c44
Octal242225304213002740134104
Binary1010001010010101110001001000111000010111100000001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295C4; }

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

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

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

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

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

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

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

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