#A68FC1

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

Shades of Cold Purple #A68FC1

Tints of Cold Purple #A68FC1

Color information

#A68FC1 (or 0xA68FC1) is unknown color: approx Cold Purple. HEX triplet: A6, 8F and C1. RGB value is (166,143,193). Sum of RGB (Red+Green+Blue) = 166+143+193=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #A68FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FC1 is #59703E. Grayscale: #9B9B9B. Windows color (decimal): -5861439 or 12685222. OLE color: 12685222.

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

Color convert

RGB166143193-
CMYK0.140.2600.24
HSL267.6º28.74%65.88%-
HSV(B)267.6º25.91%75.69%-
XYZ35.1731.654.7-
YUV155.58149.12135.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.07%
GREEN value IS 143 (56.25% from 255) = 28.49%
BLUE value IS 193 (75.78% from 255) = 38.45%
R=33.07%
G=28.49%
B=38.45%

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
Decimal1661431930.140.2600.24267.628.7465.88
HexA68FC1E1A01810c1d42
Octal246217301163203041435102
Binary101001101000111111000001111011010011000100001100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FC1; }

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

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

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

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

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

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

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

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