#A295BF

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

Shades of Cold Purple #A295BF

Tints of Cold Purple #A295BF

Color information

#A295BF (or 0xA295BF) is unknown color: approx Cold Purple. HEX triplet: A2, 95 and BF. RGB value is (162,149,191). Sum of RGB (Red+Green+Blue) = 162+149+191=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #A295BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295BF is #5D6A40. Grayscale: #9D9D9D. Windows color (decimal): -6122049 or 12555682. OLE color: 12555682.

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

Color convert

RGB162149191-
CMYK0.150.2200.25
HSL258.57º24.71%66.67%-
HSV(B)258.57º21.99%74.9%-
XYZ35.0532.9453.8-
YUV157.67146.81131.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 191 (75% from 255) = 38.05%
R=32.27%
G=29.68%
B=38.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621491910.150.2200.25258.5724.7166.67
HexA295BFF160191031943
Octal242225277172603140331103
Binary101000101001010110111111111110110011001100000011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295BF; }

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

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

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

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

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

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

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

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