#A295C8

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

Shades of Cold Purple #A295C8

Tints of Cold Purple #A295C8

Color information

#A295C8 (or 0xA295C8) is unknown color: approx Cold Purple. HEX triplet: A2, 95 and C8. RGB value is (162,149,200). Sum of RGB (Red+Green+Blue) = 162+149+200=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #A295C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295C8 is #5D6A37. Grayscale: #9E9E9E. Windows color (decimal): -6122040 or 13145506. OLE color: 13145506.

HSL color Cylindrical-coordinate representation of color #A295C8: hue angle of 255.29º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A295C8 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB162149200-
CMYK0.190.2600.22
HSL255.29º31.68%68.43%-
HSV(B)255.29º25.5%78.43%-
XYZ36.0733.3559.18-
YUV158.7151.31130.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=31.70%
G=29.16%
B=39.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621492000.190.2600.22255.2931.6868.43
HexA295C8131A016ff2044
Octal242225310233202637740104
Binary1010001010010101110010001001111010010110111111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295C8; }

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

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

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

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

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

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

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

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