#A691C1

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

Shades of Cold Purple #A691C1

Tints of Cold Purple #A691C1

Color information

#A691C1 (or 0xA691C1) is unknown color: approx Cold Purple. HEX triplet: A6, 91 and C1. RGB value is (166,145,193). Sum of RGB (Red+Green+Blue) = 166+145+193=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #A691C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691C1 is #596E3E. Grayscale: #9C9C9C. Windows color (decimal): -5860927 or 12685734. OLE color: 12685734.

HSL color Cylindrical-coordinate representation of color #A691C1: hue angle of 266.25º degrees, saturation: 0.28, 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 #A691C1 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166145193-
CMYK0.140.2500.24
HSL266.25º27.91%66.27%-
HSV(B)266.25º24.87%75.69%-
XYZ35.4832.2154.8-
YUV156.75148.46134.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=32.94%
G=28.77%
B=38.29%

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
Decimal1661451930.140.2500.24266.2527.9166.27
HexA691C1E1901810a1c42
Octal246221301163103041234102
Binary101001101001000111000001111011001011000100001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691C1; }

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

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

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

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

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

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

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

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