#A495C4

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

Shades of Cold Purple #A495C4

Tints of Cold Purple #A495C4

Color information

#A495C4 (or 0xA495C4) is unknown color: approx Cold Purple. HEX triplet: A4, 95 and C4. RGB value is (164,149,196). Sum of RGB (Red+Green+Blue) = 164+149+196=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #A495C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495C4 is #5B6A3B. Grayscale: #9E9E9E. Windows color (decimal): -5990972 or 12883364. OLE color: 12883364.

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

Color convert

RGB164149196-
CMYK0.160.2400.23
HSL259.15º28.48%67.65%-
HSV(B)259.15º23.98%76.86%-
XYZ36.0233.3756.77-
YUV158.84148.97131.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=32.22%
G=29.27%
B=38.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641491960.160.2400.23259.1528.4867.65
HexA495C410180171031c44
Octal244225304203002740334104
Binary1010010010010101110001001000011000010111100000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A495C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A495C4; }

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

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

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

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

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

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

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

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