#A691C2

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

Shades of Cold Purple #A691C2

Tints of Cold Purple #A691C2

Color information

#A691C2 (or 0xA691C2) is unknown color: approx Cold Purple. HEX triplet: A6, 91 and C2. RGB value is (166,145,194). Sum of RGB (Red+Green+Blue) = 166+145+194=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #A691C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691C2 is #596E3D. Grayscale: #9C9C9C. Windows color (decimal): -5860926 or 12751270. OLE color: 12751270.

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

Color convert

RGB166145194-
CMYK0.140.2500.24
HSL265.71º28.65%66.47%-
HSV(B)265.71º25.26%76.08%-
XYZ35.5932.2555.39-
YUV156.86148.96134.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 145 (57.03% from 255) = 28.71%
BLUE value IS 194 (76.17% from 255) = 38.42%
R=32.87%
G=28.71%
B=38.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661451940.140.2500.24265.7128.6566.47
HexA691C2E1901810a1d42
Octal246221302163103041235102
Binary101001101001000111000010111011001011000100001010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691C2; }

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

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

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

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

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

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

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

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