#A68DCB

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

Shades of Cold Purple #A68DCB

Tints of Cold Purple #A68DCB

Color information

#A68DCB (or 0xA68DCB) is unknown color: approx Cold Purple. HEX triplet: A6, 8D and CB. RGB value is (166,141,203). Sum of RGB (Red+Green+Blue) = 166+141+203=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #A68DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DCB is #597234. Grayscale: #9B9B9B. Windows color (decimal): -5861941 or 13340070. OLE color: 13340070.

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

Color convert

RGB166141203-
CMYK0.180.3100.20
HSL264.19º37.35%67.45%-
HSV(B)264.19º30.54%79.61%-
XYZ36.0331.4760.67-
YUV155.54154.78135.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 141 (55.47% from 255) = 27.65%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=32.55%
G=27.65%
B=39.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661412030.180.3100.20264.1937.3567.45
HexA68DCB121F0141082543
Octal246215313223702441045103
Binary10100110100011011100101110010111110101001000010001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68DCB; }

 p { color: rgb(166,141,203); }

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

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

 a { background-color: rgb(166,141,203); }

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

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

 span { border-color: rgb(166,141,203); }

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