#A692C2

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

Shades of Cold Purple #A692C2

Tints of Cold Purple #A692C2

Color information

#A692C2 (or 0xA692C2) is unknown color: approx Cold Purple. HEX triplet: A6, 92 and C2. RGB value is (166,146,194). Sum of RGB (Red+Green+Blue) = 166+146+194=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #A692C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692C2 is #596D3D. Grayscale: #9D9D9D. Windows color (decimal): -5860670 or 12751526. OLE color: 12751526.

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

Color convert

RGB166146194-
CMYK0.140.2500.24
HSL265º28.24%66.67%-
HSV(B)265º24.74%76.08%-
XYZ35.7432.5655.44-
YUV157.45148.63134.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 194 (76.17% from 255) = 38.34%
R=32.81%
G=28.85%
B=38.34%

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
Decimal1661461940.140.2500.2426528.2466.67
HexA692C2E190181091c43
Octal246222302163103041134103
Binary101001101001001011000010111011001011000100001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A692C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A692C2; }

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

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

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

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

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

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

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

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