#A694BF

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

Shades of Cold Purple #A694BF

Tints of Cold Purple #A694BF

Color information

#A694BF (or 0xA694BF) is unknown color: approx Cold Purple. HEX triplet: A6, 94 and BF. RGB value is (166,148,191). Sum of RGB (Red+Green+Blue) = 166+148+191=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #A694BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694BF is #596B40. Grayscale: #9E9E9E. Windows color (decimal): -5860161 or 12555430. OLE color: 12555430.

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

Color convert

RGB166148191-
CMYK0.130.2300.25
HSL265.12º25.15%66.47%-
HSV(B)265.12º22.51%74.9%-
XYZ35.7233.0553.79-
YUV158.28146.46133.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 191 (75% from 255) = 37.82%
R=32.87%
G=29.31%
B=37.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661481910.130.2300.25265.1225.1566.47
HexA694BFD170191091942
Octal246224277152703141131102
Binary101001101001010010111111110110111011001100001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A694BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A694BF; }

 p { color: rgb(166,148,191); }

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

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

 a { background-color: rgb(166,148,191); }

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

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

 span { border-color: rgb(166,148,191); }

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