#A695BE

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

Shades of Cold Purple #A695BE

Tints of Cold Purple #A695BE

Color information

#A695BE (or 0xA695BE) is unknown color: approx Cold Purple. HEX triplet: A6, 95 and BE. RGB value is (166,149,190). Sum of RGB (Red+Green+Blue) = 166+149+190=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #A695BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695BE is #596A41. Grayscale: #9E9E9E. Windows color (decimal): -5859906 or 12490150. OLE color: 12490150.

HSL color Cylindrical-coordinate representation of color #A695BE: hue angle of 264.88º 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 #A695BE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166149190-
CMYK0.130.2200.25
HSL264.88º23.98%66.47%-
HSV(B)264.88º21.58%74.51%-
XYZ35.7733.3253.26-
YUV158.76145.63133.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=32.87%
G=29.50%
B=37.62%

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
Decimal1661491900.130.2200.25264.8823.9866.47
HexA695BED160191091842
Octal246225276152603141130102
Binary101001101001010110111110110110110011001100001001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695BE; }

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

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

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

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

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

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

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

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