#A683CB

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

Shades of Cold Purple #A683CB

Tints of Cold Purple #A683CB

Color information

#A683CB (or 0xA683CB) is unknown color: approx Cold Purple. HEX triplet: A6, 83 and CB. RGB value is (166,131,203). Sum of RGB (Red+Green+Blue) = 166+131+203=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #A683CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683CB is #597C34. Grayscale: #959595. Windows color (decimal): -5864501 or 13337510. OLE color: 13337510.

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

Color convert

RGB166131203-
CMYK0.180.3500.20
HSL269.17º40.91%65.49%-
HSV(B)269.17º35.47%79.61%-
XYZ34.6228.6560.21-
YUV149.67158.1139.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.2%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=33.2%
G=26.2%
B=40.6%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661312030.180.3500.20269.1740.9165.49
HexA683CB122301410d2941
Octal246203313224302441551101
Binary101001101000001111001011100101000110101001000011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683CB; }

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

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

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

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

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

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

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

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