#A68BCD

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

Shades of Cold Purple #A68BCD

Tints of Cold Purple #A68BCD

Color information

#A68BCD (or 0xA68BCD) is unknown color: approx Cold Purple. HEX triplet: A6, 8B and CD. RGB value is (166,139,205). Sum of RGB (Red+Green+Blue) = 166+139+205=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #A68BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BCD is #597432. Grayscale: #9A9A9A. Windows color (decimal): -5862451 or 13470630. OLE color: 13470630.

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

Color convert

RGB166139205-
CMYK0.190.3200.20
HSL264.55º39.76%67.45%-
HSV(B)264.55º32.2%80.39%-
XYZ35.9830.9861.84-
YUV154.6156.45136.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=32.55%
G=27.25%
B=40.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661392050.190.3200.20264.5539.7667.45
HexA68BCD13200141092843
Octal246213315234002441150103
Binary101001101000101111001101100111000000101001000010011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68BCD; }

 p { color: rgb(166,139,205); }

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

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

 a { background-color: rgb(166,139,205); }

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

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

 span { border-color: rgb(166,139,205); }

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