#A495BC

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

Shades of Cold Purple #A495BC

Tints of Cold Purple #A495BC

Color information

#A495BC (or 0xA495BC) is unknown color: approx Cold Purple. HEX triplet: A4, 95 and BC. RGB value is (164,149,188). Sum of RGB (Red+Green+Blue) = 164+149+188=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #A495BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495BC is #5B6A43. Grayscale: #9D9D9D. Windows color (decimal): -5990980 or 12359076. OLE color: 12359076.

HSL color Cylindrical-coordinate representation of color #A495BC: hue angle of 263.08º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A495BC is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164149188-
CMYK0.130.2100.26
HSL263.08º22.54%66.08%-
HSV(B)263.08º20.74%73.73%-
XYZ35.1333.0252.1-
YUV157.93144.97132.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=32.73%
G=29.74%
B=37.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641491880.130.2100.26263.0822.5466.08
HexA495BCD1501A1071742
Octal244225274152503240727102
Binary101001001001010110111100110110101011010100000111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A495BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A495BC; }

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

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

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

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

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

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

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

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