#A68EC1

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

Shades of Cold Purple #A68EC1

Tints of Cold Purple #A68EC1

Color information

#A68EC1 (or 0xA68EC1) is unknown color: approx Cold Purple. HEX triplet: A6, 8E and C1. RGB value is (166,142,193). Sum of RGB (Red+Green+Blue) = 166+142+193=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #A68EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68EC1 is #59713E. Grayscale: #9A9A9A. Windows color (decimal): -5861695 or 12684966. OLE color: 12684966.

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

Color convert

RGB166142193-
CMYK0.140.2600.24
HSL268.24º29.14%65.69%-
HSV(B)268.24º26.42%75.69%-
XYZ35.0231.354.65-
YUV154.99149.45135.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 142 (55.86% from 255) = 28.34%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=33.13%
G=28.34%
B=38.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661421930.140.2600.24268.2429.1465.69
HexA68EC1E1A01810c1d42
Octal246216301163203041435102
Binary101001101000111011000001111011010011000100001100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68EC1; }

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

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

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

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

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

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

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

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