#A495C5

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

Shades of Cold Purple #A495C5

Tints of Cold Purple #A495C5

Color information

#A495C5 (or 0xA495C5) is unknown color: approx Cold Purple. HEX triplet: A4, 95 and C5. RGB value is (164,149,197). Sum of RGB (Red+Green+Blue) = 164+149+197=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #A495C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495C5 is #5B6A3A. Grayscale: #9E9E9E. Windows color (decimal): -5990971 or 12948900. OLE color: 12948900.

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

Color convert

RGB164149197-
CMYK0.170.2400.23
HSL258.75º29.27%67.84%-
HSV(B)258.75º24.37%77.25%-
XYZ36.1433.4257.37-
YUV158.96149.47131.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 197 (77.34% from 255) = 38.63%
R=32.16%
G=29.22%
B=38.63%

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
Decimal1641491970.170.2400.23258.7529.2767.84
HexA495C511180171031d44
Octal244225305213002740335104
Binary1010010010010101110001011000111000010111100000011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A495C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A495C5; }

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

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

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

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

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

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

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

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