#A691BE

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

Shades of Cold Purple #A691BE

Tints of Cold Purple #A691BE

Color information

#A691BE (or 0xA691BE) is unknown color: approx Cold Purple. HEX triplet: A6, 91 and BE. RGB value is (166,145,190). Sum of RGB (Red+Green+Blue) = 166+145+190=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #A691BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691BE is #596E41. Grayscale: #9C9C9C. Windows color (decimal): -5860930 or 12489126. OLE color: 12489126.

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

Color convert

RGB166145190-
CMYK0.130.2400.25
HSL268º25.71%65.69%-
HSV(B)268º23.68%74.51%-
XYZ35.1532.0853.05-
YUV156.41146.96134.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=33.13%
G=28.94%
B=37.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661451900.130.2400.2526825.7165.69
HexA691BED1801910c1a42
Octal246221276153003141432102
Binary101001101001000110111110110111000011001100001100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691BE; }

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

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

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

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

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

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

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

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