#A693C2

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

Shades of Cold Purple #A693C2

Tints of Cold Purple #A693C2

Color information

#A693C2 (or 0xA693C2) is unknown color: approx Cold Purple. HEX triplet: A6, 93 and C2. RGB value is (166,147,194). Sum of RGB (Red+Green+Blue) = 166+147+194=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 194 - color contains mainly: blue. Hex color #A693C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693C2 is #596C3D. Grayscale: #9D9D9D. Windows color (decimal): -5860414 or 12751782. OLE color: 12751782.

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

Color convert

RGB166147194-
CMYK0.140.2400.24
HSL264.26º27.81%66.86%-
HSV(B)264.26º24.23%76.08%-
XYZ35.932.8755.49-
YUV158.04148.29133.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 194 (76.17% from 255) = 38.26%
R=32.74%
G=28.99%
B=38.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661471940.140.2400.24264.2627.8166.86
HexA693C2E180181081c43
Octal246223302163003041034103
Binary101001101001001111000010111011000011000100001000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693C2; }

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

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

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

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

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

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

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

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