#A595BE

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

Shades of Cold Purple #A595BE

Tints of Cold Purple #A595BE

Color information

#A595BE (or 0xA595BE) is unknown color: approx Cold Purple. HEX triplet: A5, 95 and BE. RGB value is (165,149,190). Sum of RGB (Red+Green+Blue) = 165+149+190=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #A595BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595BE is #5A6A41. Grayscale: #9E9E9E. Windows color (decimal): -5925442 or 12490149. OLE color: 12490149.

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

Color convert

RGB165149190-
CMYK0.130.2200.25
HSL263.41º23.98%66.47%-
HSV(B)263.41º21.58%74.51%-
XYZ35.5633.2153.25-
YUV158.46145.8132.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 149 (58.59% from 255) = 29.56%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=32.74%
G=29.56%
B=37.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651491900.130.2200.25263.4123.9866.47
HexA595BED160191071842
Octal245225276152603140730102
Binary101001011001010110111110110110110011001100000111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A595BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A595BE; }

 p { color: rgb(165,149,190); }

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

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

 a { background-color: rgb(165,149,190); }

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

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

 span { border-color: rgb(165,149,190); }

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