#A68CCA

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

Shades of Cold Purple #A68CCA

Tints of Cold Purple #A68CCA

Color information

#A68CCA (or 0xA68CCA) is unknown color: approx Cold Purple. HEX triplet: A6, 8C and CA. RGB value is (166,140,202). Sum of RGB (Red+Green+Blue) = 166+140+202=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #A68CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CCA is #597335. Grayscale: #9A9A9A. Windows color (decimal): -5862198 or 13274278. OLE color: 13274278.

HSL color Cylindrical-coordinate representation of color #A68CCA: hue angle of 265.16º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68CCA is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166140202-
CMYK0.180.3100.21
HSL265.16º36.9%67.06%-
HSV(B)265.16º30.69%79.22%-
XYZ35.7631.1360-
YUV154.84154.61135.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=32.68%
G=27.56%
B=39.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661402020.180.3100.21265.1636.967.06
HexA68CCA121F0151092543
Octal246214312223702541145103
Binary10100110100011001100101010010111110101011000010011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68CCA; }

 p { color: rgb(166,140,202); }

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

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

 a { background-color: rgb(166,140,202); }

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

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

 span { border-color: rgb(166,140,202); }

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